[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 5bcf5bae41b30d54662ae3fa7005f95c4048259c

Ville Skyttä ville.skytta at iki.fi
Sun Sep 19 09:42:43 UTC 2010


The following commit has been merged in the master branch:
commit 5bcf5bae41b30d54662ae3fa7005f95c4048259c
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Sep 19 12:39:53 2010 +0300

    Fix povray completion, broken in f8bafe285e7d20fdd82f77289059dd18f78312c2.

diff --git a/CHANGES b/CHANGES
index ffe2d80..5418c02 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 91602c7..7abc497 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
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list