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

PATCH: Corrected style test in prediction



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