about summary refs log tree commit diff
path: root/Completion/Base/_argument_sets
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-09 09:52:27 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-09 09:52:27 +0000
commit8a5fb55595d730a0e1fc3a15ff5f69c58e9bdb5b (patch)
tree76d6b45499ed2b1974fe315f660ef79c5c8116dd /Completion/Base/_argument_sets
parent6626f6dc864341f46001f63761a5ed8510a75f90 (diff)
downloadzsh-8a5fb55595d730a0e1fc3a15ff5f69c58e9bdb5b.tar.gz
zsh-8a5fb55595d730a0e1fc3a15ff5f69c58e9bdb5b.tar.xz
zsh-8a5fb55595d730a0e1fc3a15ff5f69c58e9bdb5b.zip
option name clash in _arguments (11273)
Diffstat (limited to 'Completion/Base/_argument_sets')
-rw-r--r--Completion/Base/_argument_sets2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Base/_argument_sets b/Completion/Base/_argument_sets
index ad59effdc..5218fef69 100644
--- a/Completion/Base/_argument_sets
+++ b/Completion/Base/_argument_sets
@@ -20,7 +20,7 @@ ocontext=()
 while true; do
   end=$argv[(i)-]
 
-  _arguments -M xor "$1" "$all[@]" "${(@)argv[2,end-1]}"
+  _arguments -m xor "$1" "$all[@]" "${(@)argv[2,end-1]}"
   r=$?
 
   oopt_args=( "$oopt_args[@]" "${(kv)opt_args}" )