diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-09-11 21:47:53 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-09-11 21:49:16 +0000 |
commit | d37b59fe0969a619f049dee081b15af696070009 (patch) | |
tree | 546df4597a8f4999db7ef243bdb9db0923847863 /ChangeLog | |
parent | e1c0a947cc845c71dd844db44016d07922cfcefa (diff) | |
download | zsh-d37b59fe0969a619f049dee081b15af696070009.tar.gz zsh-d37b59fe0969a619f049dee081b15af696070009.tar.xz zsh-d37b59fe0969a619f049dee081b15af696070009.zip |
36443: Revert "35834: strip a final newline from pasted text: inserting is hard to tell apart from accepting it"
This reverts commit f17eb26a34af69a2238a3d8b46079445e09c096e. Conflicts: ChangeLog Src/Zle/zle_misc.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 914ee4e47..a484ad7fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-09-11 Daniel Shahaf <d.s@daniel.shahaf.name> + + * 36443: Revert 35834. + 2015-09-11 Peter Stephenson <p.w.stephenson@ntlworld.com> * 36496 (plus tweak for key buffer length): Src/Zle/zle_hist.c, @@ -438,6 +442,7 @@ * 35834 (tweaked): Src/Zle/zle_misc.c: strip a final newline from pasted text: inserting is hard to tell apart from accepting it + [reverted in 36443] 2015-08-12 Mikael Magnusson <mikachu@gmail.com> |