about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2007-02-26 07:43:39 +0000
committerBart Schaefer <barts@users.sourceforge.net>2007-02-26 07:43:39 +0000
commit236d910fb396c76ec351889261c29277af918a2b (patch)
tree9b7725752a9459edbe04c2d125bb788a36926388 /Doc
parent3fc59a0f09c9ee9af2ed202c50397784bd16efc1 (diff)
downloadzsh-236d910fb396c76ec351889261c29277af918a2b.tar.gz
zsh-236d910fb396c76ec351889261c29277af918a2b.tar.xz
zsh-236d910fb396c76ec351889261c29277af918a2b.zip
unposted (based on users/10881,10884): add auto-previous zstyle, update
smart-insert-last-word to use auto-suffix-retain, "always" block, etc.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/contrib.yo5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index f2592c85e..8686e9430 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -1127,6 +1127,11 @@ different widgets to use different patterns:
 example(zle -N insert-last-assignment smart-insert-last-word
 zstyle :insert-last-assignment match '[[:alpha:]][][[:alnum:]]#=*'
 bindkey '\e=' insert-last-assignment)
+
+If no interesting word is found and the tt(auto-previous) style is set to
+a true value, the search continues upward through the history.  When
+tt(auto-previous) is unset or false (the default), the widget must be
+invoked repeatedly in order to search earlier history lines.
 )
 tindex(which-command)
 item(tt(which-command))(