diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-03 15:27:14 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-03 15:27:14 +0000 |
commit | b687bd97509053f27a27dab2f0e0cc13fa99ba02 (patch) | |
tree | 2a8597be0b5aae25bd6435ff023904ee9e107361 /Completion/User | |
parent | 8a540b99c5098166e428195cf1426a995faa5e5c (diff) | |
download | zsh-b687bd97509053f27a27dab2f0e0cc13fa99ba02.tar.gz zsh-b687bd97509053f27a27dab2f0e0cc13fa99ba02.tar.xz zsh-b687bd97509053f27a27dab2f0e0cc13fa99ba02.zip |
Various completion fixes
Diffstat (limited to 'Completion/User')
-rw-r--r-- | Completion/User/_gdb | 2 | ||||
-rw-r--r-- | Completion/User/_getconf | 1 | ||||
-rw-r--r-- | Completion/User/_mh | 1 | ||||
-rw-r--r-- | Completion/User/_netscape | 1 | ||||
-rw-r--r-- | Completion/User/_tiff | 1 | ||||
-rw-r--r-- | Completion/User/_urls | 7 |
6 files changed, 1 insertions, 12 deletions
diff --git a/Completion/User/_gdb b/Completion/User/_gdb index 55e149bb7..a29eaf8b2 100644 --- a/Completion/User/_gdb +++ b/Completion/User/_gdb @@ -23,8 +23,8 @@ elif [[ "$PREFIX" = -* ]]; then -directory\= -cd\= -tty\= && ret=0 compadd "$expl[@]" - -help -h -s -e -c -x -d -nx -n -quiet -q \ -batch -fullname -f -b && ret=0 - (( ret )) || return 0 done + (( ret )) || return 0 fi else prev="$words[CURRENT-1]" diff --git a/Completion/User/_getconf b/Completion/User/_getconf index 59e9a83bc..613632c1d 100644 --- a/Completion/User/_getconf +++ b/Completion/User/_getconf @@ -29,7 +29,6 @@ if [[ CURRENT -eq 2 ]]; then _POSIX_NO_TRUNC _POSIX_VDISABLE && ret=0 compadd "$expl[@]" -S ' ' LINK_MAX MAX_CANON MAX_INPUT NAME_MAX \ PATH_MAX PIPE_BUF && ret=0 - (( ret )) || break done (( ret )) || return 0 done diff --git a/Completion/User/_mh b/Completion/User/_mh index c1f397744..724b45e5a 100644 --- a/Completion/User/_mh +++ b/Completion/User/_mh @@ -78,7 +78,6 @@ else ret=0 compadd "$expl[@]" reply next cur prev first last all unseen && ret=0 _files "$expl[@]" -W folddir -g '<->' && ret=0 - (( ret )) || return 0 done fi return ret diff --git a/Completion/User/_netscape b/Completion/User/_netscape index b29c27c6c..82fa4509a 100644 --- a/Completion/User/_netscape +++ b/Completion/User/_netscape @@ -82,7 +82,6 @@ if [[ "$state" = "urls" ]]; then while _next_label prefixes expl 'URL prefix'; do compadd "$expl[@]" -S '' about: mocha: javascript: && ret=0 _urls "$@" && ret=0 - (( ret )) || return 0 done fi fi diff --git a/Completion/User/_tiff b/Completion/User/_tiff index 8fd008f0f..318c536d0 100644 --- a/Completion/User/_tiff +++ b/Completion/User/_tiff @@ -199,7 +199,6 @@ if [[ -n "$state" ]]; then while _next_label values expl 'compression scheme'; do compadd "$expl[@]" - none g4 packbits && ret=0 compadd "$expl[@]" -qS: - lzw zip jpeg g3 && ret=0 - (( ret )) || return 0 done fi fi diff --git a/Completion/User/_urls b/Completion/User/_urls index 03e8902cb..3989f2219 100644 --- a/Completion/User/_urls +++ b/Completion/User/_urls @@ -59,7 +59,6 @@ if ! compset -P '(#b)([-+.a-z0-9]#):' && _wanted -C argument prefixes; then [[ -d $urls_path/bookmark ]] && compadd "$expl[@]" -S '' bookmark: && ret=0 compadd "$expl[@]" -S '' file: ftp:// gopher:// http:// && ret=0 - (( ret )) || return 0 done return ret fi @@ -83,7 +82,6 @@ case "$scheme" in elif [[ -z "$PREFIX" ]]; then compadd "$expl[@]" -S '/' -r '/' - "${PWD%/}" && ret=0 fi - (( ret )) || return 0 done return ret fi @@ -100,7 +98,6 @@ case "$scheme" in _path_files -W "$urls_path/$scheme" "$expl[@]" -S '' -g '*(^/)' && ret=0 _path_files -W "$urls_path/$scheme" -S/ -r '/' -/ && ret=0 - (( ret )) || return 0 done fi fi @@ -116,7 +113,6 @@ if ! compset -P '(#b)([^/]#)/' && _wanted hosts; then (( $#uhosts )) || _hosts -S/ && ret=0 [[ "$scheme" = http ]] && uhosts=($uhosts $localhttp_servername) compadd "$expl[@]" -S/ - $uhosts && ret=0 - (( ret )) || return 0 done return ret fi @@ -136,20 +132,17 @@ if [[ "$localhttp_servername" = "$host" ]]; then while _next_label files expl 'local file'; do _path_files "$expl[@]" -W ~$user/$localhttp_userdir -g '*(^/)' && ret=0 _path_files "$expl[@]" -W ~$user/$localhttp_userdir -S/ -r '/' -/ && ret=0 - (( ret )) || return 0 done else while _next_label files expl 'local file'; do _path_files "$expl[@]" -W $localhttp_documentroot -g '*(^/)' && ret=0 _path_files "$expl[@]" -W $localhttp_documentroot -S/ -r '/' -/ && ret=0 - (( ret )) || return 0 done fi else while _next_label files expl 'local file'; do _path_files "$expl[@]" -W $urls_path/$scheme/$host -g '*(^/)' && ret=0 _path_files "$expl[@]" -W $urls_path/$scheme/$host -S/ -r '/' -/ && ret=0 - (( ret )) || return 0 done fi return $ret |