1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 22:51:42 +02:00

m0viefreak: 38264: improve doc for 38145

This commit is contained in:
m0viefreak 2016-04-10 11:07:44 -07:00 committed by Barton E. Schaefer
parent 8142fc3fdb
commit 8fe58bf047
2 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2016-04-10 Barton E. Schaefer <schaefer@zsh.org>
* m0viefreak: 38264: Doc/Zsh/zle.yo: improve doc for 38145
2016-04-09 Barton E. Schaefer <schaefer@zsh.org>
* unposted: Completion/Base/Widget/_complete_help: capture the

View file

@ -841,10 +841,11 @@ vindex(ISEARCH_END)
xitem(tt(ISEARCH_ACTIVE) (integer))
xitem(tt(ISEARCH_START) (integer))
item(tt(ISEARCH_END) (integer))(
tt(ISEARCH_ACTIVE) indicates whether an incremental search minibuffer
is active. tt(ISEARCH_START) and tt(ISEARCH_END) give the location of
the matched pattern and are in the same units as tt(CURSOR). They are
only valid for reading when tt(ISEARCH_ACTIVE) is non-zero.
tt(ISEARCH_ACTIVE) indicates whether a part of the tt(BUFFER) is
currently matched by an incremental search pattern. tt(ISEARCH_START)
and tt(ISEARCH_END) give the location of the matched part and are
in the same units as tt(CURSOR). They are only valid for reading
when tt(ISEARCH_ACTIVE) is non-zero.
All parameters are read-only.
)