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

update bindkey completion for bindkey changes in 14046 (14219)

This commit is contained in:
Oliver Kiddle 2001-05-04 10:55:57 +00:00
parent 35fa37f5a2
commit a2d8ef7a73
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2001-05-04 Oliver Kiddle <opk@zsh.org>
* 14219: Completion/Zsh/Command/_bindkey: update for bindkey
changes in 14046
2001-05-03 Bart Schaefer <schaefer@zsh.org>
* 14217: Completion/Unix/Type/_files: Fix processing of the -F

View file

@ -14,7 +14,7 @@ _arguments -C -s -S \
'(-v -a -M -l -D -A -N -p)-e[select emacs keymap and bind it to main]' \
'(-e -a -M -l -D -A -N -p)-v[select viins keymap and bind it to main]' \
'(-e -v -M -l -D -A -N -p)-a[select vicmd keymap]' \
'(-e -v -a -l -D -A -N -p)-M[specify keymap to select]:keymap:->keymap' \
'(-e -v -a -l -D -A -N)-M[specify keymap to select]:keymap:->keymap' \
'(-e -v -a -M -D -A -N -m -p -r -s -R *)-l[list existing keymap names]' \
'(-e -v -a -d -A -N -m -r -s -R *)-L[output in form of bindkey commands]' \
'(-e -v -a -l -D -A -N -m -p -r -s -R *)-d[delete existing keymaps and reset to default state]' \
@ -22,8 +22,8 @@ _arguments -C -s -S \
'(-e -v -a -M -l -L -d -D -N -m -p -r -s -R *)-A[create alias to keymap]:old-keymap:->keymap:new-keymap:->keymap' \
'(-e -v -a -M -l -L -d -D -A -m -p -r -s -R *)-N[create new keymap]:new-keymap:->keymap:old-keymap to copy:->keymap' \
'(-l -L -d -D -A -N -p -r -s -r -R *)-m[add builtin meta-key bindings to selected keymape]' \
'(-e -v -a -M -d -D -A -N -m -r -s -R *)-p[list bindings which have given key sequence as a prefix]:key sequence' \
'(-l -L -d -D -A -N -m -p -s *)-r[unbind specified in-strings]:*:in-string' \
'(-e -v -a -d -D -A -N -m -s -R *)-p[list bindings which have given key sequence as a prefix]:key sequence' \
'(-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)*::widgets:->widget' && ret=0