summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-11-17 12:28:41 +0100
committerOliver Kiddle <opk@zsh.org>2016-11-17 12:32:28 +0100
commit0a6098a1d4debda1d57f4a7cd42bb5c49d65cddc (patch)
tree545088bca8cd7f9fa5eb3e2d492fe4109b9efdeb /ChangeLog
parent48bdcd771308072c1cfc35220e4478356fd475fa (diff)
downloadzsh-0a6098a1d4debda1d57f4a7cd42bb5c49d65cddc.tar.gz
zsh-0a6098a1d4debda1d57f4a7cd42bb5c49d65cddc.tar.xz
zsh-0a6098a1d4debda1d57f4a7cd42bb5c49d65cddc.zip
39962: bind vi case conversion widgets
u/U in visual mode and g~ from normal mode
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce2e13871..f51d1a0de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-11-17  Oliver Kiddle  <opk@zsh.org>
 
+	* 39962: Src/Zle/zle_keymap.c: bind vi case conversion widgets
+	u/U in visual mode and g~ from normal mode
+
 	* 39959: Src/Zle/zle_vi.c, Test/X02zlevi.ztst: when repeating
 	vi changes advance through the numbered killring registers.
 	Also fix numeric arguments with vi-repeat-change.