diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Doc/Zsh/mod_complist.yo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index a88c682ef..6701b18a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-20 Peter Stephenson <pws@csr.com> + + * zsh-users/5780: Doc/Zsh/mod_complist.yo: viinsert widget + is really vi-insert. + 2003-01-17 Oliver Kiddle <opk@zsh.org> * 18121: Completion/Unix/Type/_email_addresses, diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo index f4a93e32d..2fd6ebabb 100644 --- a/Doc/Zsh/mod_complist.yo +++ b/Doc/Zsh/mod_complist.yo @@ -332,7 +332,7 @@ moves the mark to the next match item(tt(reverse-menu-complete))( moves the mark to the previous match ) -item(tt(viinsert))( +item(tt(vi-insert))( this toggles between normal and interactive mode; in interactive mode the keys bound to tt(self-insert) and tt(self-insert-unmeta) insert into the command line as in normal editing mode but without leaving |