diff options
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r-- | Doc/Zsh/options.yo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 025f015e1..3359630d8 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -452,6 +452,13 @@ than tt(SAVEHIST) in order to give you some room for the duplicated events, otherwise this option will behave just like tt(HIST_IGNORE_ALL_DUPS) once the history fills up with unique events. ) +pindex(HIST_FIND_NO_DUPS) +cindex(history, ignoring duplicates in search) +item(tt(HIST_FIND_NO_DUPS))( +When searching for history entries in the line editor, do not display +duplicates of a line previously found, even if the duplicates are not +contiguous. +) pindex(HIST_IGNORE_ALL_DUPS) cindex(history, ignoring all duplicates) item(tt(HIST_IGNORE_ALL_DUPS))( |