diff options
author | Peter Stephenson <pws@zsh.org> | 2015-05-18 12:46:33 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-05-18 12:46:33 +0100 |
commit | 2caa5ddd79729ff48552236c4566b04a15e5daba (patch) | |
tree | b8bde3871dab5a00f592980cd2df8b99e72db50d /ChangeLog | |
parent | 2d6569e5906ad504ecc66a3b0114cd284afd81a1 (diff) | |
download | zsh-2caa5ddd79729ff48552236c4566b04a15e5daba.tar.gz zsh-2caa5ddd79729ff48552236c4566b04a15e5daba.tar.xz zsh-2caa5ddd79729ff48552236c4566b04a15e5daba.zip |
35187: unbalanced parentheses in _vim
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ef4029436..3f0b24bbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2015-05-18 Peter Stephenson <p.stephenson@samsung.com> + * 35187: Completion/Unix/Command/_vim: fix unbalanced parentheses. + * 35184: Src/parse.c, Test/A01grammar.ztst: fix pattern parsing after "|" in 35168. |