about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Core/_files1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dd744148..9ce330496 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-05-11  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 11321: Completion/Core/_files: _files used alternative tag-order
+ 	values even if not needed
+	
 	* 11320: Completion/Base/_argument_sets, Completion/Base/_arguments,
  	Doc/Zsh/compsys.yo, Src/Zle/computil.c: allow internally-mutually
  	exclusive sets in _argument_sets; fixes for _argument_sets and the
diff --git a/Completion/Core/_files b/Completion/Core/_files
index 1ba564bf6..5c03848bb 100644
--- a/Completion/Core/_files
+++ b/Completion/Core/_files
@@ -73,6 +73,7 @@ for def in "$pats[@]"; do
           _path_files "$expl[@]" -g "$pat" "$opts[@]" && ret=0
         fi
       done
+      (( ret )) || break
     done
   done
   (( ret )) || return 0