Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: typo in _files
- X-seq: zsh-workers 10622
 
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: PATCH: typo in _files
 
- Date: Mon, 10 Apr 2000 11:32:26 +0200 (MET DST)
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
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