mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
feat: defaults: inccommand=nosplit #15395
This commit is contained in:
@@ -1181,7 +1181,7 @@ return {
|
||||
type='string', scope={'global'},
|
||||
redraw={'all_windows'},
|
||||
varname='p_icm',
|
||||
defaults={if_true={vi=""}}
|
||||
defaults={if_true={vi="nosplit"}}
|
||||
},
|
||||
{
|
||||
full_name='include', abbreviation='inc',
|
||||
|
Reference in New Issue
Block a user