about summary refs log tree commit diff
path: root/Completion/X
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2005-06-16 23:12:08 +0000
committerClint Adams <clint@users.sourceforge.net>2005-06-16 23:12:08 +0000
commit2a176ec84ed588b10ff427901011826ea4712f23 (patch)
tree3f02b51150e36951b998f866884893cf89b66206 /Completion/X
parent3f08496698a802f37235eab5e4b4e1debb5ef278 (diff)
downloadzsh-2a176ec84ed588b10ff427901011826ea4712f23.tar.gz
zsh-2a176ec84ed588b10ff427901011826ea4712f23.tar.xz
zsh-2a176ec84ed588b10ff427901011826ea4712f23.zip
21351: complete for xvnc4viewer and xtightvncviewer.
Diffstat (limited to 'Completion/X')
-rw-r--r--Completion/X/Command/_vnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_vnc b/Completion/X/Command/_vnc
index ed39bdb2f..347eb8ef4 100644
--- a/Completion/X/Command/_vnc
+++ b/Completion/X/Command/_vnc
@@ -1,4 +1,4 @@
-#compdef vncserver vncviewer xvncviewer
+#compdef vncserver vncviewer xvncviewer xtightvncviewer xvnc4viewer
 
 local displays args
 displays=( ~/.vnc/$HOST:<->.pid(N:r:t:s/$HOST//) )