Line wrapping tweak.
This commit is contained in:
parent
3b7ed98459
commit
806bc113de
@ -85,10 +85,9 @@ _complete()
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
-A)
|
-A)
|
||||||
COMPREPLY=( $( compgen -W 'alias arrayvar binding \
|
COMPREPLY=( $( compgen -W 'alias arrayvar binding builtin command \
|
||||||
builtin command directory disabled enabled \
|
directory disabled enabled export file function group \
|
||||||
export file function group helptopic hostname \
|
helptopic hostname job keyword running service setopt shopt \
|
||||||
job keyword running service setopt shopt \
|
|
||||||
signal stopped user variable' -- "$cur" ) )
|
signal stopped user variable' -- "$cur" ) )
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user