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

PATCH: two missing styles in _zstyle



This adds two missing styles in zstyle completion function.

I have noticed that the function incremental-complete-word
use undocumented style `stop' and `break' (well `stop' is documented
but not for the way it is used in i-c-w, should these be renamed
to stop-key and break-key ?)

Index: Completion/Builtins/_zstyle
--- Completion/Builtins/_zstyle Thu, 03 Feb 2000 17:57:42 +0100 Alexandre
+++ Completion/Builtins/_zstyle Mon, 07 Feb 2000 18:18:44 +0100 Alexandre
@@ -10,6 +10,7 @@
 # followed by a colon, followed by a state to enter, empty if none.
 styles=(
   accept-exact		 c:bool
+  add-space		 c:bool
   arguments		 c:
   auto-description	 c:
   completer		 c:completer
@@ -39,6 +40,7 @@
   list-packed		 c:bool
   list-rows-first	 c:bool
   local			 c:
+  matcher		 c:
   max-errors		 c:
   menu			 c:boolauto
   numbers		 c:bool

-- 
Alexandre Duret-Lutz



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