diff options
| author | Peter Stephenson <pws@zsh.org> | 2014-11-19 15:48:58 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2014-11-19 15:48:58 +0000 |
| commit | dded99b0852f5c6847fa48cdd6ee6b74c8a8bc57 (patch) | |
| tree | ff125992b9625de6780242d9c6307062befba94f /ChangeLog | |
| parent | unposted: reindent large block (diff) | |
| download | zsh-dded99b0852f5c6847fa48cdd6ee6b74c8a8bc57.tar zsh-dded99b0852f5c6847fa48cdd6ee6b74c8a8bc57.tar.gz zsh-dded99b0852f5c6847fa48cdd6ee6b74c8a8bc57.tar.bz2 zsh-dded99b0852f5c6847fa48cdd6ee6b74c8a8bc57.tar.lz zsh-dded99b0852f5c6847fa48cdd6ee6b74c8a8bc57.tar.xz zsh-dded99b0852f5c6847fa48cdd6ee6b74c8a8bc57.tar.zst zsh-dded99b0852f5c6847fa48cdd6ee6b74c8a8bc57.zip | |
33679: Note on patter s in case statements
They work exactly like groups in other patterns, despite contrary
indications.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ +2014-11-19 Peter Stephenson <p.stephenson@samsung.com> + + * 33679: Doc/Zsh/grammar.yo: Note that alternation in case + patterns works just like filename generation, despite + appearances to the contrary. + 2014-11-17 Oliver Kiddle <opk@zsh.org> * 33704: Doc/Zsh/zle.yo, Src/Zle/zle_bindings.c, - Src/Zle/zle_keymap.c, Src/Zle/zle_refresh.c, Src/Zle/zle_vi.c, + Src/Zle/zle_keX4aymap.c, Src/Zle/zle_refresh.c, Src/Zle/zle_vi.c, Test/X02zlevi.ztst, Test/comptest: key bindings, documentation, tests and minor fixes for vim style visual selection changes |
