about summary refs log tree commit diff
path: root/Doc/Zsh/zle.yo
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2015-06-18 23:55:45 +0200
committerOliver Kiddle <opk@zsh.org>2015-06-19 00:01:42 +0200
commit0a0ba5e6641a8a78d745928e5738c95cc5353ee0 (patch)
tree3eb03306f095516cb14c93d1ad192f0c65eba1ba /Doc/Zsh/zle.yo
parentdeb2ec7f174df720033e7001be0c8d8f0bd9a9d9 (diff)
downloadzsh-0a0ba5e6641a8a78d745928e5738c95cc5353ee0.tar.gz
zsh-0a0ba5e6641a8a78d745928e5738c95cc5353ee0.tar.xz
zsh-0a0ba5e6641a8a78d745928e5738c95cc5353ee0.zip
35487, 35496: don't reinstate previous incremental search string
when search direction changes
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r--Doc/Zsh/zle.yo4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 16d661f06..a89f566c3 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -1360,7 +1360,9 @@ item(tt(clear-screen))(
 Clear the screen, remaining in incremental search mode.
 )
 item(tt(history-incremental-search-backward))(
-Find the next occurrence of the contents of the mini-buffer.
+Find the next occurrence of the contents of the mini-buffer. If the
+mini-buffer is empty, the most recent previously used search string is
+reinstated.
 )
 item(tt(history-incremental-search-forward))(
 Invert the sense of the search.