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

@@ -411,7 +411,6 @@ EXTERN char_u *p_efm; // 'errorformat'
EXTERN char_u *p_gefm; // 'grepformat'
EXTERN char_u *p_gp; // 'grepprg'
EXTERN char_u *p_ei; // 'eventignore'
EXTERN int p_ek; // 'esckeys'
EXTERN int p_exrc; // 'exrc'
EXTERN char_u *p_fencs; // 'fileencodings'
EXTERN char_u *p_ffs; // 'fileformats'