diff options
author | Oliver Kiddle <opk@zsh.org> | 2016-06-29 17:05:06 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2016-06-29 17:05:06 +0200 |
commit | a73ae70e8217d7163aecdbdad4d8af08eced8a55 (patch) | |
tree | ada747729a411bc50f38d410f447efcac1dfd4c9 /ChangeLog | |
parent | 5ea32ce2fcd527e9b6e6991c007d296afc5aa44d (diff) | |
download | zsh-a73ae70e8217d7163aecdbdad4d8af08eced8a55.tar.gz zsh-a73ae70e8217d7163aecdbdad4d8af08eced8a55.tar.xz zsh-a73ae70e8217d7163aecdbdad4d8af08eced8a55.zip |
38770: vi upper/lowercase widgets and shell widget example that reads a vi movement
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4f0a49397..831ea4e69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2016-06-29 Oliver Kiddle <opk@zsh.org> + * 38770: Src/Zle/zle_keymap.c, Src/Zle/zle_vi.c, Doc/Zsh/zle.yo, + Doc/Zsh/contrib.yo, Functions/Zle/vi-pipe: vi upper/lowercase + widgets and shell widget example that reads a vi movement + * 38752: Src/builtin.c: add comments to explain use of stdout instead of stderr for the which builtin |