Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: zsh-3.1.5-pws-11: _bindkey
- X-seq: zsh-workers 5719
- From: Andrej Borsenkow <bor@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: zsh-3.1.5-pws-11: _bindkey
- Date: Tue, 9 Mar 1999 20:00:04 +0300 (MSK)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Reply-to: borsenkow.msk@xxxxxx
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