zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: small fix for predict-on
@ 2000-01-05 15:41 Sven Wischnowsky
  0 siblings, 0 replies; only message in thread
From: Sven Wischnowsky @ 2000-01-05 15:41 UTC (permalink / raw)
  To: zsh-workers


Somehow that call to zstyle got garbled.

Bye
 Sven

diff -ru ../z.old/Functions/Zle/predict-on Functions/Zle/predict-on
--- ../z.old/Functions/Zle/predict-on	Wed Jan  5 15:59:58 2000
+++ Functions/Zle/predict-on	Wed Jan  5 16:38:45 2000
@@ -119,7 +119,7 @@
   then
     compstate[list]=''
     compstate[force_list]=yes
-  elif zstyle ":completion:predict${curcontext}" list always ]]
+  elif zstyle -t ":completion:predict${curcontext}" list always
   then
     compstate[force_list]=yes
   fi

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


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

only message in thread, other threads:[~2000-01-05 15:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-05 15:41 PATCH: small fix for predict-on 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).