feat: defaults: inccommand=nosplit #15395

This commit is contained in:
Gregory Anders
2021-08-16 11:39:17 -06:00
committed by GitHub
parent 0aa8128aaa
commit 7215d35694
2 changed files with 2 additions and 2 deletions

View File

@ -3213,7 +3213,7 @@ A jump table for the options with a short description can be found at |Q_op|.
option to a valid keymap name. option to a valid keymap name.
*'inccommand'* *'icm'* *'inccommand'* *'icm'*
'inccommand' 'icm' string (default "") 'inccommand' 'icm' string (default "nosplit")
global global
"nosplit": Shows the effects of a command incrementally, as you type. "nosplit": Shows the effects of a command incrementally, as you type.

View File

@ -1181,7 +1181,7 @@ return {
type='string', scope={'global'}, type='string', scope={'global'},
redraw={'all_windows'}, redraw={'all_windows'},
varname='p_icm', varname='p_icm',
defaults={if_true={vi=""}} defaults={if_true={vi="nosplit"}}
}, },
{ {
full_name='include', abbreviation='inc', full_name='include', abbreviation='inc',