* ignore-line fix
@ 2000-05-15 23:33 Tanaka Akira
0 siblings, 0 replies; only message in thread
From: Tanaka Akira @ 2000-05-15 23:33 UTC (permalink / raw)
To: zsh-workers
ignore-line didn't work.
Index: Completion/Core/_description
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Core/_description,v
retrieving revision 1.4
diff -u -r1.4 _description
--- Completion/Core/_description 2000/05/08 08:44:54 1.4
+++ Completion/Core/_description 2000/05/15 23:29:26
@@ -33,9 +33,9 @@
if zstyle -a ":completion:${curcontext}:$1" ignored-patterns _comp_ignore; then
opts=( $opts -F _comp_ignore )
zstyle -t ":completion:${curcontext}:$1" ignore-line &&
- _comp_ignore=( "$_comp_ignore[@]" "$words[@]}" )
+ _comp_ignore=( "$_comp_ignore[@]" "$words[@]" )
elif zstyle -t ":completion:${curcontext}:$1" ignore-line; then
- _comp_ignore=( "$words[@]}]" )
+ _comp_ignore=( "$words[@]" )
else
_comp_ignore=()
fi
--
Tanaka Akira
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-05-15 23:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-15 23:33 ignore-line fix Tanaka Akira
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).