[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 14f23930243ec1bba626d8525f9cc913e14fe61b

Ville Skyttä ville.skytta at iki.fi
Sun May 9 09:12:22 UTC 2010


The following commit has been merged in the master branch:
commit 14f23930243ec1bba626d8525f9cc913e14fe61b
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun May 9 12:12:06 2010 +0300

    Do meta-command completion for aoss and padsp.

diff --git a/CHANGES b/CHANGES
index 31f16de..799c64e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -59,6 +59,7 @@ bash-completion (2.x)
   * Do basic diff/patch completion with cdiff and kompare.
   * 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 meta-command completion for aoss and padsp.
 
   [ Freddy Vulto ]
   * Added _get_pword() helper function, thanks to Sung Pae (Alioth: #312030)
diff --git a/bash_completion b/bash_completion
index 58d40fc..4b8edaa 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1704,7 +1704,7 @@ _command_offset()
     [ ${#COMPREPLY[@]} -eq 0 ] && _filedir
 }
 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()
 {

-- 
bash-completion



More information about the Bash-completion-commits mailing list