diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2019-12-31 18:35:06 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2019-12-31 18:35:06 +0000 |
commit | c557cee1a65f5668846818aedb03d4d0bee60c02 (patch) | |
tree | 6ed3ca45360173930195a4e4a15ab5dea5356453 /ChangeLog | |
parent | f3d18c3fb5ef431962a3ed2062f637e253b3d975 (diff) | |
download | zsh-c557cee1a65f5668846818aedb03d4d0bee60c02.tar.gz zsh-c557cee1a65f5668846818aedb03d4d0bee60c02.tar.xz zsh-c557cee1a65f5668846818aedb03d4d0bee60c02.zip |
24581: Fix array assignments in shell word splitting and completion.
Assignments after the first were not recognised as such as without the full parser the state didn't return to command position. Fix this in bufferwords() and the completion miniparser.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fd6089768..98d965353 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-12-30 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * users/24581: Src/Zle/zle_tricky.c, Src/hist.c: Array assignments + after the first weren't parsed correctly by ${(z)...} or by + completion. + 2019-12-31 Daniel Shahaf <d.s@daniel.shahaf.name> * 45160: Doc/Zsh/expn.yo: zshexpn: Expand documentation |