diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-02-25 09:09:31 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-02-25 09:09:31 +0000 |
commit | 8dcd8e54c54baddfb075d92c03f53117c7e1e6b1 (patch) | |
tree | 1ad07ef9693ff55eaed00a05c60b630877ecdaf0 /Completion/X/Command/_vnc | |
parent | 5b34b8ddbaa9305a04864256411c21a5e0a6bd7b (diff) | |
download | zsh-8dcd8e54c54baddfb075d92c03f53117c7e1e6b1.tar.gz zsh-8dcd8e54c54baddfb075d92c03f53117c7e1e6b1.tar.xz zsh-8dcd8e54c54baddfb075d92c03f53117c7e1e6b1.zip |
make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; change uses of _guard (16708)
Diffstat (limited to 'Completion/X/Command/_vnc')
-rw-r--r-- | Completion/X/Command/_vnc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_vnc b/Completion/X/Command/_vnc index ce324a81d..ed39bdb2f 100644 --- a/Completion/X/Command/_vnc +++ b/Completion/X/Command/_vnc @@ -13,7 +13,7 @@ case $service in '-geometry:geometry:(1600x1200 1280x1024 1152x864 1024x768 800x600 640x480)' \ '-depth:pixel depth:(8 16 24 32)' \ '-pixelformat:pixel format' \ - '1::display number:_guard "(|:[0-9]#)"' \ + '1:: :_guard "(|:[0-9]#)" "display number"' \ - kill \ "-kill:display number:($displays)" \ - help \ |