diff options
author | Bart Schaefer <schaefer@zsh.org> | 2013-10-28 12:12:17 -0700 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2013-10-28 12:12:17 -0700 |
commit | f2b2b4fece90a38f503c1f8fccf8e23f04fe2a29 (patch) | |
tree | c31700c59f95bc48b5d6c3df9f12d50502ffae0b /NEWS | |
parent | cbe9371023942960e56aa6fe87badf10eaf42cb8 (diff) | |
download | zsh-f2b2b4fece90a38f503c1f8fccf8e23f04fe2a29.tar.gz zsh-f2b2b4fece90a38f503c1f8fccf8e23f04fe2a29.tar.xz zsh-f2b2b4fece90a38f503c1f8fccf8e23f04fe2a29.zip |
Mention HISTORY_IGNORE
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS index beea90bab..84c5f7b1f 100644 --- a/NEWS +++ b/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 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 ----------------------------- |