mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	feat: defaults: inccommand=nosplit #15395
This commit is contained in:
		@@ -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.
 | 
			
		||||
 | 
			
		||||
						*'inccommand'* *'icm'*
 | 
			
		||||
'inccommand' 'icm'	string	(default "")
 | 
			
		||||
'inccommand' 'icm'	string	(default "nosplit")
 | 
			
		||||
			global
 | 
			
		||||
 | 
			
		||||
	"nosplit": Shows the effects of a command incrementally, as you type.
 | 
			
		||||
 
 | 
			
		||||
@@ -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