mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	options: Remove 'esckeys' (#6138)
This was never supported and it does not make sense for Nvim.
This commit is contained in:
		| @@ -710,13 +710,6 @@ return { | ||||
|       varname='p_efm', | ||||
|       defaults={if_true={vi=macros('DFLT_EFM')}} | ||||
|     }, | ||||
|     { | ||||
|       full_name='esckeys', abbreviation='ek', | ||||
|       type='bool', scope={'global'}, | ||||
|       vim=true, | ||||
|       varname='p_ek', | ||||
|       defaults={if_true={vi=false, vim=true}} | ||||
|     }, | ||||
|     { | ||||
|       full_name='eventignore', abbreviation='ei', | ||||
|       type='string', list='onecomma', scope={'global'}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Justin M. Keyes
					Justin M. Keyes