Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: buglet in _files
- X-seq: zsh-workers 9528
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: buglet in _files
- Date: Wed, 2 Feb 2000 11:22:40 +0100 (MET)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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