mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 19:20:53 +02:00
github #19: Fix minor typo in INC_APPEND_HISTORY documentation
This commit is contained in:
parent
b432d518e4
commit
2c00d2132c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2017-11-13 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* github #19: Chris Bracken: Fix minor typo in
|
||||
INC_APPEND_HISTORY documentation
|
||||
|
||||
2017-11-11 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* Martijn: 42004: Doc/Zsh/builtins.yo: fix parentheses.
|
||||
|
|
|
@ -1016,7 +1016,7 @@ pindex(INCAPPENDHISTORY)
|
|||
pindex(NOINCAPPENDHISTORY)
|
||||
cindex(history, incremental appending to a file)
|
||||
item(tt(INC_APPEND_HISTORY))(
|
||||
This options works like tt(APPEND_HISTORY) except that new history lines
|
||||
This option works like tt(APPEND_HISTORY) except that new history lines
|
||||
are added to the tt($HISTFILE) incrementally (as soon as they are
|
||||
entered), rather than waiting until the shell exits.
|
||||
The file will still be periodically re-written to trim it when the
|
||||
|
|
Loading…
Reference in a new issue