about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-02 04:59:25 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-03 16:44:14 +0000
commit9d460a9d7f68169d0de4bba77ac8890c2664abcb (patch)
treee5a9847417cba38367d540c48f46bb93a8b41e6b /ChangeLog
parent4ad1ad9777d2bb27791043b306b65de62deb5f11 (diff)
downloadzsh-9d460a9d7f68169d0de4bba77ac8890c2664abcb.tar.gz
zsh-9d460a9d7f68169d0de4bba77ac8890c2664abcb.tar.xz
zsh-9d460a9d7f68169d0de4bba77ac8890c2664abcb.zip
39806: internal: Document zle's vichgbuf.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12cf892ed..ed07399a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2016-11-03  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 39806: Src/Zle/zle_vi.c: internal: Document zle's vichgbuf.
+
 	* 39805: Src/Zle/comp.h, Src/Zle/compcore.c: internal: Document
 	some compadd internals.