diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2015-05-30 15:22:09 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2015-05-30 15:22:09 -0700 |
commit | 911edc5ea475bdf679feee7c800369d8285c263d (patch) | |
tree | 8ad6f9f7932325456a3bc32d5aee697a6c9871a9 /ChangeLog | |
parent | fea56dc32b8cf00715e1c55fbfccdadfc5c48e06 (diff) | |
download | zsh-911edc5ea475bdf679feee7c800369d8285c263d.tar.gz zsh-911edc5ea475bdf679feee7c800369d8285c263d.tar.xz zsh-911edc5ea475bdf679feee7c800369d8285c263d.zip |
users/20238: add "fc -L" to operate only on the local shell history
Also avoid invoking the editor on empty results.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 174618aa3..681975a05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-05-30 Barton E. Schaefer <schaefer@zsh.org> + + * users/20238: Doc/Zsh/builtins.yo, Src/builtin.c: add "fc -L" to + operate only on the local shell history when history sharing is + in effect. Also avoid invoking the editor on empty results. + 2015-05-30 Peter Stephenson <p.w.stephenson@ntlworld.com> * Han Pingtian: 35324: Functions/Zftp/zfget_match: better zfget |