From 806bc113dec88f358014cb3967927e57449bde79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 14 Sep 2010 21:03:00 +0300 Subject: [PATCH] Line wrapping tweak. --- completions/bash-builtins | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/completions/bash-builtins b/completions/bash-builtins index aac75ae0..75ee1f5e 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 ;;