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