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

PATCH: small fix for predict-on



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@xxxxxxxxxxxxxxxxxxxxxxx



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