Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Corrected style test in prediction
- X-seq: zsh-workers 9836
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: Corrected style test in prediction
- Date: Wed, 23 Feb 2000 09:44:18 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Sven, please confirm ... I'm never sure about the number of trailing colons.
Index: Functions/Zle/predict-on
===================================================================
@@ -122,7 +122,7 @@
then
compstate[list]=''
compstate[force_list]=yes
- elif zstyle -t ":completion:predict::::" list always
+ elif zstyle -t ":completion:::predict::" list always
then
compstate[force_list]=yes
fi
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author