diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-06-27 17:50:57 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-06-27 17:50:57 +0100 |
commit | b7aecf6c8ee6beb028f4f3f7548c1b899fc5bfae (patch) | |
tree | 93908fd3b8a6ceea73bb22b893fa0d4f2ec81bdb /ChangeLog | |
parent | 420bfcfc66d7419632068f1b8e3a368198ecab7f (diff) | |
download | zsh-b7aecf6c8ee6beb028f4f3f7548c1b899fc5bfae.tar.gz zsh-b7aecf6c8ee6beb028f4f3f7548c1b899fc5bfae.tar.xz zsh-b7aecf6c8ee6beb028f4f3f7548c1b899fc5bfae.zip |
Don't require MULTI_FUNCDEF in _main_complete.
Although it gets set there, _main_complete is parsed to the end first.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7785619c5..0f03b1b4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2015-06-27 Peter Stephenson <p.w.stephenson@ntlworld.com> + * users/20281: Completion/Base/Core/_main_complete: + don't require MULTIFUNCDEF as _main_complete is parsed + before we can ensure it's set. + * 35623: Src/builtin.c, Src/zsh.h, Test/B02typeset.ztst: 35610 was incomplete: all is_array asignments should be treated as having a value. |