zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: buglet in _files
@ 2000-02-02 10:22 Sven Wischnowsky
  0 siblings, 0 replies; only message in thread
From: Sven Wischnowsky @ 2000-02-02 10:22 UTC (permalink / raw)
  To: zsh-workers


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@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-02-02 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-02 10:22 PATCH: buglet in _files Sven Wischnowsky

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).