Fix povray completion, broken in f8bafe285e7d20fdd82f77289059dd18f78312c2.
This commit is contained in:
parent
7ea7d7b268
commit
5bcf5bae41
2
CHANGES
2
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).
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user