From 5bcf5bae41b30d54662ae3fa7005f95c4048259c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 19 Sep 2010 12:39:53 +0300 Subject: [PATCH] Fix povray completion, broken in f8bafe285e7d20fdd82f77289059dd18f78312c2. --- CHANGES | 2 +- completions/povray | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index ffe2d80e..5418c02a 100644 --- a/CHANGES +++ b/CHANGES @@ -14,7 +14,7 @@ bash-completion (2.x) filename completions. * Add "short" tarball extensions to unxz, unlzma etc completions. * Improve /etc/init.d/*, jar, povray, and sqlite3 completions. - * Fix p4 completion (Alioth: #312625). + * Fix p4 and povray completions (Alioth: #312625). * Add *.xsd, *.xsl, *.rng, and *.wsdl to xmllint filename completions. * Recognize rpm query mode based on the --file, --group, --package, and --all long options (RedHat: #630328). diff --git a/completions/povray b/completions/povray index 91602c7c..7abc497a 100644 --- a/completions/povray +++ b/completions/povray @@ -7,7 +7,7 @@ _povray() defoext=png # default output extension, if cannot be determined FIXME COMPREPLY=() - _get_comp_words_by_ref povcur prev + _get_comp_words_by_ref -c povcur prev _expand || return 0