about summary refs log tree commit diff
path: root/Completion/Base/_arguments
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-18 09:50:28 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-18 09:50:28 +0000
commitfb4efa36cf6a9c8b5aec2dcabda9faa03ef767cd (patch)
treee91bd2cd1011b1f85c39d560f9e1728ffc5b13aa /Completion/Base/_arguments
parentfca4dce5aecbb14ddd2e6b8f0832417c68edc989 (diff)
downloadzsh-fb4efa36cf6a9c8b5aec2dcabda9faa03ef767cd.tar.gz
zsh-fb4efa36cf6a9c8b5aec2dcabda9faa03ef767cd.tar.xz
zsh-fb4efa36cf6a9c8b5aec2dcabda9faa03ef767cd.zip
zsh-workers/8316
Diffstat (limited to 'Completion/Base/_arguments')
-rw-r--r--Completion/Base/_arguments1
1 files changed, 0 insertions, 1 deletions
diff --git a/Completion/Base/_arguments b/Completion/Base/_arguments
index e74b2763e..0d4946285 100644
--- a/Completion/Base/_arguments
+++ b/Completion/Base/_arguments
@@ -190,7 +190,6 @@ if comparguments -i "$compconfig[autodescribe_options]" "$@"; then
 
           [[ -n "$matched" ]] && compadd -n -Q -S '' -s "$SUFFIX" - "$PREFIX"
           _message "$descr"
-          break
 
         elif [[ "$action" = \(\(*\)\) ]]; then