about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-22 22:29:54 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-22 22:29:54 +0000
commit9acc1dd713d95c0e894b4eee86f524888753f8a3 (patch)
tree164b27b8d4f8d14f7bbfc8490a82cf7c18764bc2 /Completion
parent44d88901e55693062a86e84665af06a4897716c9 (diff)
downloadzsh-9acc1dd713d95c0e894b4eee86f524888753f8a3.tar.gz
zsh-9acc1dd713d95c0e894b4eee86f524888753f8a3.tar.xz
zsh-9acc1dd713d95c0e894b4eee86f524888753f8a3.zip
zsh-workers/8001
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Core/_description4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Core/_description b/Completion/Core/_description
index 874ba8a96..a19a8373c 100644
--- a/Completion/Core/_description
+++ b/Completion/Core/_description
@@ -2,8 +2,8 @@
 
 local gropt=-J
 
-if [[ "$1" = -V ]]; then
-  gropt=-V
+if [[ "$1" = -[VJ]* ]]; then
+  gropt="$1"
   shift
 fi