Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: small fix for predict-on
- X-seq: zsh-workers 9219
 
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: PATCH: small fix for predict-on
 
- Date: Wed, 5 Jan 2000 16:41:25 +0100 (MET)
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
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