about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-06 09:07:42 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-06 09:07:42 +0000
commit026bf2d44814f4c982c33aa795b8dcca53361970 (patch)
treeb780eabe80c69e385494c2a247625abdef23477b
parentead1fff7dbd518efdd7799030ea773cd0d5eee31 (diff)
downloadzsh-026bf2d44814f4c982c33aa795b8dcca53361970.tar.gz
zsh-026bf2d44814f4c982c33aa795b8dcca53361970.tar.xz
zsh-026bf2d44814f4c982c33aa795b8dcca53361970.zip
zsh-workers/7651
-rw-r--r--Doc/Zsh/options.yo7
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))(