From ea8b4384e2b0a136be55e690bfa839a641500c92 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 15 Dec 2003 10:56:52 +0000 Subject: extra comment for zsh-line-init --- ChangeLog | 5 +++++ Doc/Zsh/zle.yo | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 86c3dbbf4..86ac8a48d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-12-15 Peter Stephenson + + * unposted: Doc/Zsh/zle.yo: add an extra comment to + the zle -K vicmd at Bart's suggestion in 19282. + 2003-12-12 Peter Stephenson * 19281: Src/Zle/zle_main.c, Src/Zle/zle_thingy.c, Doc/Zsh/zle.yo: diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 08a8d8f69..409a04026 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -712,6 +712,8 @@ mode when it starts up. example(zle-line-init() { zle -K vicmd; } zle -N zle-line-init) +(The command inside the function sets the keymap directly; it is +equivalent to tt(zle vi-cmd-mode).) ) enditem() -- cgit 1.4.1