mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-03 20:20:56 +02:00
Mention HISTORY_IGNORE
This commit is contained in:
parent
cbe9371023
commit
f2b2b4fece
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2013-10-28 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
|
* unposted: NEWS: mention HISTORY_IGNORE
|
||||||
|
|
||||||
2013-10-28 Peter Stephenson <p.stephenson@samsung.com>
|
2013-10-28 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
* 31922: Src/Zle/zle_utils.c (zlecharasstring): missing
|
* 31922: Src/Zle/zle_utils.c (zlecharasstring): missing
|
||||||
|
|
5
NEWS
5
NEWS
|
@ -42,6 +42,11 @@ The _user_expand completer now allows expansion functions in the
|
||||||
user-expand files to return a string in REPLY that will be used to name
|
user-expand files to return a string in REPLY that will be used to name
|
||||||
the set of expansions returned.
|
the set of expansions returned.
|
||||||
|
|
||||||
|
The parameter HISTORY_IGNORE may be set to a pattern which matches
|
||||||
|
lines in the internal history that are to be omitted from the history
|
||||||
|
file at file write time. This differs from history changes made in
|
||||||
|
the zshaddhistory hook or by the HIST_IGNORE_* options, all of which
|
||||||
|
take effect immediately on the internal history list itself.
|
||||||
|
|
||||||
Changes between 4.2 and 5.0.0
|
Changes between 4.2 and 5.0.0
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
Loading…
Reference in a new issue