Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: typo in _files



Sorry. This made ignored-patterns fail.

Bye
 Sven

Index: Completion/Core/_files
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Core/_files,v
retrieving revision 1.5
diff -u -r1.5 _files
--- Completion/Core/_files	2000/04/06 11:36:33	1.5
+++ Completion/Core/_files	2000/04/10 09:31:35
@@ -61,7 +61,7 @@
   if _wanted "$tag"; then
     _comp_ignore=()
     while _next_label "$tag" expl "$descr"; do
-      _comp_ignore=( $_comp_ignored $ign )
+      _comp_ignore=( $_comp_ignore $ign )
       if [[ -n "$end" ]]; then
         _path_files -g "$pat" "$opts[@]" "$expl[@]" && ret=0
       else

--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author