[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 45668c23d37f6dfbf8771866c2a6f85ba3e45e67

Ville Skyttä ville.skytta at iki.fi
Tue Sep 14 18:05:30 UTC 2010


The following commit has been merged in the master branch:
commit 806bc113dec88f358014cb3967927e57449bde79
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Sep 14 21:03:00 2010 +0300

    Line wrapping tweak.

diff --git a/completions/bash-builtins b/completions/bash-builtins
index aac75ae..75ee1f5 100644
--- a/completions/bash-builtins
+++ b/completions/bash-builtins
@@ -85,10 +85,9 @@ _complete()
             ;;
 
         -A)
-            COMPREPLY=( $( compgen -W 'alias arrayvar binding \
-                builtin command directory disabled enabled \
-                export file function group helptopic hostname \
-                job keyword running service setopt shopt \
+            COMPREPLY=( $( compgen -W 'alias arrayvar binding builtin command \
+                directory disabled enabled export file function group \
+                helptopic hostname job keyword running service setopt shopt \
                 signal stopped user variable' -- "$cur" ) )
             return 0
             ;;

-- 
bash-completion



More information about the Bash-completion-commits mailing list