aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-02-18 14:01:20 +0100
committerGitHub <noreply@github.com>2017-02-18 14:01:20 +0100
commit158ea528545463a80ddce2cc83e52eb3b291cfa5 (patch)
treebdd3401f967f4fb37ea72c7d717402e498c97346 /src/nvim/options.lua
parentb49a74a1afe9740f18ca419dade45705da5bec46 (diff)
downloadrneovim-158ea528545463a80ddce2cc83e52eb3b291cfa5.tar.gz
rneovim-158ea528545463a80ddce2cc83e52eb3b291cfa5.tar.bz2
rneovim-158ea528545463a80ddce2cc83e52eb3b291cfa5.zip
options: Remove 'esckeys' (#6138)
This was never supported and it does not make sense for Nvim.
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index fd68d1cde0..4130e69858 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -711,13 +711,6 @@ return {
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'},
deny_duplicates=true,