diff options
author | m0viefreak <m0viefreak.cm@googlemail.com> | 2016-04-10 14:57:51 +0200 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-04-23 21:28:20 +0000 |
commit | f06be0ffcf2c134d0fe12ce7e83d8697923a5712 (patch) | |
tree | d1f97d17a2f9ab11e303ea702834d85d2c342e34 /Doc | |
parent | 222dea055c622822ff24a2fa14564231bf3323d0 (diff) | |
download | zsh-f06be0ffcf2c134d0fe12ce7e83d8697923a5712.tar.gz zsh-f06be0ffcf2c134d0fe12ce7e83d8697923a5712.tar.xz zsh-f06be0ffcf2c134d0fe12ce7e83d8697923a5712.zip |
38291: Change names of ISEARCH_* parameters to ISEARCHMATCH_*
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/zle.yo | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index c482a4691..80d3f39d8 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -835,17 +835,17 @@ which always gives the number of the history line being added to the main shell's history. tt(HISTNO) refers to the line being retrieved within zle. ) -vindex(ISEARCH_ACTIVE) -vindex(ISEARCH_START) -vindex(ISEARCH_END) -xitem(tt(ISEARCH_ACTIVE) (integer)) -xitem(tt(ISEARCH_START) (integer)) -item(tt(ISEARCH_END) (integer))( -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 +vindex(ISEARCHMATCH_ACTIVE) +vindex(ISEARCHMATCH_START) +vindex(ISEARCHMATCH_END) +xitem(tt(ISEARCHMATCH_ACTIVE) (integer)) +xitem(tt(ISEARCHMATCH_START) (integer)) +item(tt(ISEARCHMATCH_END) (integer))( +tt(ISEARCHMATCH_ACTIVE) indicates whether a part of the tt(BUFFER) is +currently matched by an incremental search pattern. tt(ISEARCHMATCH_START) +and tt(ISEARCHMATCH_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. +when tt(ISEARCHMATCH_ACTIVE) is non-zero. All parameters are read-only. ) |