summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2014-09-26 14:07:43 +0100
committerPeter Stephenson <pws@zsh.org>2014-09-26 14:07:43 +0100
commitd19d9c1eff7dfe341c8412e310015919ef7729d7 (patch)
tree4f50953e5fb1c48a1baadc122763d98fbaa782d6 /ChangeLog
parent33252: complete more notmuch subcommands (diff)
downloadzsh-d19d9c1eff7dfe341c8412e310015919ef7729d7.tar
zsh-d19d9c1eff7dfe341c8412e310015919ef7729d7.tar.gz
zsh-d19d9c1eff7dfe341c8412e310015919ef7729d7.tar.bz2
zsh-d19d9c1eff7dfe341c8412e310015919ef7729d7.tar.lz
zsh-d19d9c1eff7dfe341c8412e310015919ef7729d7.tar.xz
zsh-d19d9c1eff7dfe341c8412e310015919ef7729d7.tar.zst
zsh-d19d9c1eff7dfe341c8412e310015919ef7729d7.zip
33242: tokens following if, for, repeat, while aren't in command position
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b494144b0..59789aefc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-09-26 Peter Stephenson <p.stephenson@samsung.com>
+ * 33242: Src/parse.c: don't treat tokens immediately following
+ end of shell constructs for, while, repeat, if as being in
+ command position.
+
* Wieland Hoffmann: 33252: Completion/Unix/Command/_notmuch:
complete more subcommands.