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

PATCH: zsh-3.1.5-pws-11: _bindkey



Trivial addition.

cheers
/andrej


--- Completion/Builtins/_bindkey	Tue Mar  9 16:26:35 1999
+++ /home/bor/.zsh.d/Completion/Builtins/_bindkey	Tue Mar  9 19:55:36 1999
@@ -3,5 +3,5 @@
 if [[ "$words[2]" = -*[DAN]* || "$words[CURRENT-1]" = -*M ]]; then
   compgen -s '$(bindkey -l)'
 else
-  compgen -b
+  compgen -b -M 'r:|-=* r:|=*'
 fi



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