about summary refs log tree commit diff
path: root/Completion/Core
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-16 00:36:12 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-16 00:36:12 +0000
commitc7f30450096e018f4e472b5f73af6efd570df9c7 (patch)
treedafddc0a32aab7a5eb1dc40148e459fe491b9ce1 /Completion/Core
parent3e7fb1bef62df9fc5e679616696719901d7372b3 (diff)
downloadzsh-c7f30450096e018f4e472b5f73af6efd570df9c7.tar.gz
zsh-c7f30450096e018f4e472b5f73af6efd570df9c7.tar.xz
zsh-c7f30450096e018f4e472b5f73af6efd570df9c7.zip
zsh-workers/9755
Diffstat (limited to 'Completion/Core')
-rw-r--r--Completion/Core/_sep_parts2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Core/_sep_parts b/Completion/Core/_sep_parts
index 76fb2f6a5..66f289837 100644
--- a/Completion/Core/_sep_parts
+++ b/Completion/Core/_sep_parts
@@ -23,7 +23,7 @@ local matchflags opt group expl nm=$compstate[nmatches] opre osuf opts match
 # Get the options.
 
 zparseopts -D -a opts \
-    'J:=group' 'V=:group' P: F: S: r: R: q 1 2 n 'X:=expl' 'M+:=match'
+    'J:=group' 'V:=group' P: F: S: r: R: q 1 2 n 'X:=expl' 'M+:=match'
 
 if (( $#match )); then
   match="${match[2]}"