about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-09-25 18:42:59 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-09-25 18:42:59 +0100
commit0ed3c5ccd0caef397eae0cce9529cda65bf31be5 (patch)
treefa0830d1b613bcde9721c0e2e190d449f28b308a /ChangeLog
parent60debf388f65849fc31b92982274cc984da74052 (diff)
downloadzsh-0ed3c5ccd0caef397eae0cce9529cda65bf31be5.tar.gz
zsh-0ed3c5ccd0caef397eae0cce9529cda65bf31be5.tar.xz
zsh-0ed3c5ccd0caef397eae0cce9529cda65bf31be5.zip
31765: If zle starts in viins mark as insertion.
This allows undo to work on everything entered.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88dad0284..e7106e13f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-25  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 31765: Src/Zle/zle_main.c: on entry to editor, if starting in
+	vi insert mode mark this as the start of an insertion (duh).
+
 2013-09-23  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 31764 (with correction of sense of a test): Src/glob.c,