1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 05:24:23 +01:00

21351: complete for xvnc4viewer and xtightvncviewer.

This commit is contained in:
Clint Adams 2005-06-16 23:12:08 +00:00
parent 3f08496698
commit 2a176ec84e
2 changed files with 6 additions and 1 deletions

@ -1,3 +1,8 @@
2005-06-16 Clint Adams <clint@zsh.org>
* 21351: Completion/X/Command/_vnc: complete for xvnc4viewer and
xtightvncviewer.
2005-06-14 Clint Adams <clint@zsh.org>
* 21243: Kazuhiro NISHIYAMA: Completion/Unix/Command/_subversion:

@ -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//) )