diff options
author | Peter Stephenson <pws@zsh.org> | 2015-04-17 10:23:58 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-04-17 10:23:58 +0100 |
commit | 4508d25710de08793005923b1f91f5ae072f3945 (patch) | |
tree | a7000951ba4226ecc1078408db3d04d0f35e72bc /ChangeLog | |
parent | ccb1cf2d10aa674caf2aa73599110aed1127ad26 (diff) | |
download | zsh-4508d25710de08793005923b1f91f5ae072f3945.tar.gz zsh-4508d25710de08793005923b1f91f5ae072f3945.tar.xz zsh-4508d25710de08793005923b1f91f5ae072f3945.zip |
34905: no parse error after keyboard interrupt.
Handled generally, though only showing up in special nested cases. Also fix ZLE so it doesn't cancel the interrupt flag when not actually returning from a local keymap.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ec8423c02..3b3804a99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-04-17 Peter Stephenson <p.stephenson@samsung.com> + + * 34905: Src/Zle/zle_keymap.c, Src/lex.c, Src/parse.c: suppress + parse errors resulting from keyboard interruption. + 2015-04-16 Mikael Magnusson <mikachu@gmail.com> * 34902: Doc/Zsh/compsys.yo, Doc/Zsh/contrib.yo, Doc/Zsh/zle.yo: |