options: Remove 'esckeys' (#6138)

This was never supported and it does not make sense for Nvim.
This commit is contained in:
Justin M. Keyes
2017-02-18 14:01:20 +01:00
committed by GitHub
parent b49a74a1af
commit 158ea52854
9 changed files with 9 additions and 40 deletions

View File

@@ -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'},