Do meta-command completion for aoss and padsp.

This commit is contained in:
Ville Skyttä 2010-05-09 12:12:06 +03:00
parent e69af25547
commit 14f2393024
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ bash-completion (2.x)
* Do basic diff/patch completion with cdiff and kompare. * Do basic diff/patch completion with cdiff and kompare.
* Don't install mock completion by default, it's in upstream mock > 1.1.0. * Don't install mock completion by default, it's in upstream mock > 1.1.0.
* Do basic text editor completion with xemacs, sxemacs, kate, and kwrite. * Do basic text editor completion with xemacs, sxemacs, kate, and kwrite.
* Do meta-command completion for aoss and padsp.
[ Freddy Vulto ] [ Freddy Vulto ]
* Added _get_pword() helper function, thanks to Sung Pae (Alioth: #312030) * Added _get_pword() helper function, thanks to Sung Pae (Alioth: #312030)

View File

@ -1704,7 +1704,7 @@ _command_offset()
[ ${#COMPREPLY[@]} -eq 0 ] && _filedir [ ${#COMPREPLY[@]} -eq 0 ] && _filedir
} }
complete -F _command -o filenames nohup exec nice eval time ltrace then \ complete -F _command -o filenames nohup exec nice eval time ltrace then \
else do vsound command xargs tsocks else do vsound command xargs tsocks aoss padsp
_root_command() _root_command()
{ {