Fix sbcl file/dirname completion (Debian: #545743).
This commit is contained in:
parent
bb43fd63bf
commit
c31daf26ae
1
CHANGES
1
CHANGES
@ -108,6 +108,7 @@ bash-completion (1.x)
|
|||||||
* Add xz and compress support and more tarball filename extensions to
|
* Add xz and compress support and more tarball filename extensions to
|
||||||
rpmbuild -t*/--tarbuild completion.
|
rpmbuild -t*/--tarbuild completion.
|
||||||
* Don't hardcode path to lsmod.
|
* Don't hardcode path to lsmod.
|
||||||
|
* Fix sbcl file/dirname completion (Debian: #545743).
|
||||||
|
|
||||||
[ Todd Zullinger ]
|
[ Todd Zullinger ]
|
||||||
* Make yum complete on filenames after install, deplist, update and upgrade
|
* Make yum complete on filenames after install, deplist, update and upgrade
|
||||||
|
@ -23,4 +23,4 @@ _sbcl()
|
|||||||
|
|
||||||
return 0
|
return 0
|
||||||
} &&
|
} &&
|
||||||
complete -F _sbcl $default sbcl sbcl-mt
|
complete -F _sbcl $filenames sbcl sbcl-mt
|
||||||
|
@ -11,7 +11,7 @@ proc teardown {} {
|
|||||||
setup
|
setup
|
||||||
|
|
||||||
|
|
||||||
assert_complete_any "sbcl-mt "
|
assert_complete {bar "bar bar.d/" foo foo.d/} "sbcl-mt fixture1/"
|
||||||
|
|
||||||
|
|
||||||
sync_after_int
|
sync_after_int
|
||||||
|
@ -11,7 +11,7 @@ proc teardown {} {
|
|||||||
setup
|
setup
|
||||||
|
|
||||||
|
|
||||||
assert_complete_any "sbcl "
|
assert_complete {bar "bar bar.d/" foo foo.d/} "sbcl fixture1/"
|
||||||
|
|
||||||
|
|
||||||
sync_after_int
|
sync_after_int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user