mirror of
https://github.com/vim/vim.git
synced 2025-11-13 22:54:27 -05:00
runtime(doc): mention that 'incsearch' ignores addresses and offset
closes: #18639 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -5124,9 +5124,10 @@ A jump table for the options with a short description can be found at |Q_op|.
|
|||||||
{not available when compiled without the
|
{not available when compiled without the
|
||||||
|+extra_search| features}
|
|+extra_search| features}
|
||||||
While typing a search command, show where the pattern, as it was typed
|
While typing a search command, show where the pattern, as it was typed
|
||||||
so far, matches. The matched string is highlighted. If the pattern
|
so far, matches (ignoring {offset} and {address} modifiers). The
|
||||||
is invalid or not found, nothing is shown. The screen will be updated
|
matched string is highlighted. If the pattern is invalid or not
|
||||||
often, this is only useful on fast terminals.
|
found, nothing is shown. The screen will be updated often, this is
|
||||||
|
only useful on fast terminals.
|
||||||
Also applies to the pattern in commands: >
|
Also applies to the pattern in commands: >
|
||||||
:global
|
:global
|
||||||
:lvimgrep
|
:lvimgrep
|
||||||
|
|||||||
Reference in New Issue
Block a user