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

PATCH: buglet in _files



Missing initialisation for `ign' (holding a `-F ...' if _files builds it).

Bye
 Sven

diff -ru ../z.old/Completion/Core/_files Completion/Core/_files
--- ../z.old/Completion/Core/_files	Wed Feb  2 10:48:51 2000
+++ Completion/Core/_files	Wed Feb  2 11:21:11 2000
@@ -8,6 +8,7 @@
 gopts=()
 dopts=(-/)
 aopts=(-f)
+ign=()
 while getopts "P:S:qr:R:W:F:J:V:X:f/g:M:12n" opt; do
   case "$opt" in
   /)      type="${type}dir"                               ;;

--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



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