From a2d8ef7a73135b78cdb6eb0c127cfed50b2f9c69 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 4 May 2001 10:55:57 +0000 Subject: update bindkey completion for bindkey changes in 14046 (14219) --- ChangeLog | 5 +++++ Completion/Zsh/Command/_bindkey | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4dab40c8d..25a367dfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-05-04 Oliver Kiddle + + * 14219: Completion/Zsh/Command/_bindkey: update for bindkey + changes in 14046 + 2001-05-03 Bart Schaefer * 14217: Completion/Unix/Type/_files: Fix processing of the -F diff --git a/Completion/Zsh/Command/_bindkey b/Completion/Zsh/Command/_bindkey index 45471feb5..433005cb9 100644 --- a/Completion/Zsh/Command/_bindkey +++ b/Completion/Zsh/Command/_bindkey @@ -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 -- cgit 1.4.1