diff options
author | Oliver Kiddle <opk@zsh.org> | 2014-11-09 17:33:02 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2014-11-09 17:51:26 +0100 |
commit | f01188ec2ad14165c8e580826721cbb71c49e2a2 (patch) | |
tree | 2e56586d30d06a4235214058a12ae7e2f0950213 /ChangeLog | |
parent | 82aa706cbf83928bd08226b19736cd6e4402b802 (diff) | |
download | zsh-f01188ec2ad14165c8e580826721cbb71c49e2a2.tar.gz zsh-f01188ec2ad14165c8e580826721cbb71c49e2a2.tar.xz zsh-f01188ec2ad14165c8e580826721cbb71c49e2a2.zip |
33639: fix bug with vi operators on a blank line
and with backward bracket matching
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e51ed35c3..7fbb44e15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-11-09 Oliver Kiddle <opk@zsh.org> + * 33639: Src/Zle/zle_vi.c, Test/X02zlevi.ztst: fix bug with vi + operators on a blank line and with backward bracket matching + * 33659: Completion/Unix/Command/_gpg: use --dump-options to get most of the gpg options to complete |