about summary refs log tree commit diff
path: root/Completion/X
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2004-02-13 18:42:03 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2004-02-13 18:42:03 +0000
commitc3b929c6340834dacf7888a96ce505325c3a85af (patch)
treead319c3c83e08e833942749755ead48a68756dc5 /Completion/X
parentbe6e24fe1390cba9336a11f0d1d4dccda511e8bb (diff)
downloadzsh-c3b929c6340834dacf7888a96ce505325c3a85af.tar.gz
zsh-c3b929c6340834dacf7888a96ce505325c3a85af.tar.xz
zsh-c3b929c6340834dacf7888a96ce505325c3a85af.zip
19418: update completions to new versions
Diffstat (limited to 'Completion/X')
-rw-r--r--Completion/X/Command/_mozilla2
-rw-r--r--Completion/X/Command/_nedit8
2 files changed, 6 insertions, 4 deletions
diff --git a/Completion/X/Command/_mozilla b/Completion/X/Command/_mozilla
index f8f12c730..1ad572c1b 100644
--- a/Completion/X/Command/_mozilla
+++ b/Completion/X/Command/_mozilla
@@ -1,4 +1,4 @@
-#compdef mozilla mozilla-firebird mozilla-xremote-client
+#compdef mozilla mozilla-firefox mozilla-xremote-client
 
 local curcontext="$curcontext" state line ret=1 suf
 typeset -A opt_args
diff --git a/Completion/X/Command/_nedit b/Completion/X/Command/_nedit
index 8caa00771..f56ee7b64 100644
--- a/Completion/X/Command/_nedit
+++ b/Completion/X/Command/_nedit
@@ -10,20 +10,22 @@ nedit_common=(
   '-do[execute macro or action commands]:macro command'
   '-lm[specify language mode]:language mode:->lang'
   '-svrname[name the server]:nedit server name'
-  '(-noiconic)-iconic[set initial window state to iconic]'
+  '(-noiconic -icon -iconic)'{-icon,-iconic}'[set initial window state to iconic]'
   '(- *)'{-V,-version}'[display version information]'
   '*-xrm:resource:_x_resource'
   '*:file:_files'
 )
 
 if [[ $service = nc ]]; then
-  _x_arguments -C \
+  _x_arguments -C -S \
     '(-noask)-ask[prompt if no server found]' \
     '(-ask)-noask[start a new server without asking if none found]' \
+    "-wait[don't return to the shell until all files given are closed]" \
+    '-timeout[timeout period when talking to server]:timeout (seconds)' \
     '-svrcmd[command to run server]:server command:_command_names -e' \
     "$nedit_common[@]" && ret=0
 else
-  _x_arguments -C \
+  _x_arguments -C -S \
     '-server[designate this session as an nedit server]' \
     '-tags[load ctags file]:tags file:_files' \
     '-tabs[specify tab width in characters]:tab width' \