From 158ea528545463a80ddce2cc83e52eb3b291cfa5 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 18 Feb 2017 14:01:20 +0100 Subject: options: Remove 'esckeys' (#6138) This was never supported and it does not make sense for Nvim. --- src/nvim/options.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/nvim/options.lua') 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 @@ -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'}, -- cgit