Line wrapping tweak.

This commit is contained in:
Ville Skyttä 2010-09-14 21:03:00 +03:00
parent 3b7ed98459
commit 806bc113de

View File

@ -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
;;