Fix sbcl file/dirname completion (Debian: #545743).

master
Ville Skyttä 2009-09-09 18:54:18 +03:00
parent bb43fd63bf
commit c31daf26ae
4 changed files with 4 additions and 3 deletions

View File

@ -108,6 +108,7 @@ bash-completion (1.x)
* Add xz and compress support and more tarball filename extensions to
rpmbuild -t*/--tarbuild completion.
* Don't hardcode path to lsmod.
* Fix sbcl file/dirname completion (Debian: #545743).
[ Todd Zullinger ]
* Make yum complete on filenames after install, deplist, update and upgrade

View File

@ -23,4 +23,4 @@ _sbcl()
return 0
} &&
complete -F _sbcl $default sbcl sbcl-mt
complete -F _sbcl $filenames sbcl sbcl-mt

View File

@ -11,7 +11,7 @@ proc teardown {} {
setup
assert_complete_any "sbcl-mt "
assert_complete {bar "bar bar.d/" foo foo.d/} "sbcl-mt fixture1/"
sync_after_int

View File

@ -11,7 +11,7 @@ proc teardown {} {
setup
assert_complete_any "sbcl "
assert_complete {bar "bar bar.d/" foo foo.d/} "sbcl fixture1/"
sync_after_int