diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-08-09 19:10:01 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-08-09 19:10:01 +0100 |
commit | 17d52d69ec696ee2cda77f1e6112d7d74a9e33a5 (patch) | |
tree | ae9044a7d97522de52c64aad569206bcd12cb980 /ChangeLog | |
parent | 249999cfb485914fe6f8630b1f4079e1227a5097 (diff) | |
download | zsh-17d52d69ec696ee2cda77f1e6112d7d74a9e33a5.tar.gz zsh-17d52d69ec696ee2cda77f1e6112d7d74a9e33a5.tar.xz zsh-17d52d69ec696ee2cda77f1e6112d7d74a9e33a5.zip |
Fix retying variables in opposite order.
Now gives an error. Add test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8248e9b12..d66451df1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-08-09 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 26027: Src/builtin.c: fix retying variables in opposite + order (should be an error). + * 36025:Src/Zle/zle_tricky.c: Catch another case of context in get_comp_string(): after "foo=bar; setopt " we didn't recognise "setopt" as the command. Attempt to do this without actually |