1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-09 12:21:14 +02:00

33977: don't complete widgets as first argument to bindkey

This commit is contained in:
Daniel Shahaf 2014-12-21 22:23:06 +01:00 committed by Oliver Kiddle
parent 89012cf94c
commit 89c692eafb
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2014-12-21 Oliver Kiddle <opk@zsh.org>
* Daniel Shahaf: 33977: Completion/Zsh/Command/_bindkey:
don't complete widgets as first argument to bindkey
2014-12-19 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 34015: Src/params.c: back off yesterday's mess and

View file

@ -26,6 +26,7 @@ _arguments -C -s -S \
'(-l -L -d -D -A -N -m -s *)-r[unbind specified in-strings]:*:in-string' \
'(-l -L -d -D -A -N -m -p -r *)-s[bind each in-string to each out-string]:*:key string' \
'(-e -v -a -M -l -L -d -D -A -N -m -p)-R[interpret in-strings as ranges]' \
'(-l -L -d -A -N -m -p -r -s):in-string' \
'(-l -L -d -A -N -m -p -r -s)*::widgets:->widget' && ret=0
case $state in