mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs(options): mention how to disable inccommand
preview (#16534)
Co-authored-by: Hitarth Thumma
This commit is contained in:
parent
4393360796
commit
4218b7079e
@ -3229,10 +3229,14 @@ A jump table for the options with a short description can be found at |Q_op|.
|
|||||||
'inccommand' 'icm' string (default "nosplit")
|
'inccommand' 'icm' string (default "nosplit")
|
||||||
global
|
global
|
||||||
|
|
||||||
"nosplit": Shows the effects of a command incrementally, as you type.
|
When nonempty, shows the effects of |:substitute|, |:smagic|, and
|
||||||
"split" : Also shows partial off-screen results in a preview window.
|
|:snomagic| as you type.
|
||||||
|
|
||||||
Works for |:substitute|, |:smagic|, |:snomagic|. |hl-Substitute|
|
Possible values:
|
||||||
|
nosplit Shows the effects of a command incrementally in the
|
||||||
|
buffer.
|
||||||
|
split Like "nosplit", but also shows partial off-screen
|
||||||
|
results in a preview window.
|
||||||
|
|
||||||
If the preview is too slow (exceeds 'redrawtime') then 'inccommand' is
|
If the preview is too slow (exceeds 'redrawtime') then 'inccommand' is
|
||||||
automatically disabled until |Command-line-mode| is done.
|
automatically disabled until |Command-line-mode| is done.
|
||||||
|
Loading…
Reference in New Issue
Block a user