diff options
author | Peter Stephenson <pws@zsh.org> | 2013-07-24 15:54:55 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2013-07-24 15:54:55 +0100 |
commit | e282fd8ecb65ef558a5b145f674460476087027a (patch) | |
tree | 2c44f977c186fa20b2d32075e5fa9acfcff40900 /ChangeLog | |
parent | 31c5c7bb1101ccafac023c1aac69881f85c03186 (diff) | |
download | zsh-e282fd8ecb65ef558a5b145f674460476087027a.tar.gz zsh-e282fd8ecb65ef558a5b145f674460476087027a.tar.xz zsh-e282fd8ecb65ef558a5b145f674460476087027a.zip |
31750: fix for HISTREDUCEBLANKS option.
Don't truncate line after marked words if there's more non-white-space text, which is probably comments.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 17020ce9b..385763cf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-07-24 Peter Stephenson <p.stephenson@samsung.com> + + * Src/hist.c: 31570: with HIST_REDUCE_BLANKS don't truncate + the line after the last word if there's more non-white-space + text (probably a comment but we don't assume that). + 2013-07-22 Peter Stephenson <p.w.stephenson@ntlworld.com> * unposted: Src/lex.c: correct previous commit: should call |