diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2014-04-13 01:26:07 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2014-04-13 01:26:07 -0700 |
commit | 31e2ae380a8ab9d49345294e70842a64cb565432 (patch) | |
tree | 394e6d549394beaded834196da04266cda441782 /ChangeLog | |
parent | 141089231c9731811939d6ce24888fc95693eb6e (diff) | |
download | zsh-31e2ae380a8ab9d49345294e70842a64cb565432.tar.gz zsh-31e2ae380a8ab9d49345294e70842a64cb565432.tar.xz zsh-31e2ae380a8ab9d49345294e70842a64cb565432.zip |
32540: in doexpandhist(), discard saved line position data rather than restoring from it (updates 32531).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cbecd574a..35910c316 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-04-13 Barton E. Schaefer <schaefer@zsh.org> + + * 32540: Src/Zle/zle_tricky.c, Src/Zle/zle_utils.c: following + successful history expansion, discard saved line position data + rather than restoring from it (updates 32531). + 2014-04-07 Peter Stephenson <p.stephenson@samsung.com> * 32527: Doc/Zsh/contrib.yo, Functions/Misc/zcalc, |