diff options
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r-- | src/nvim/options.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 2e20b692e8..a5a14a1a25 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -2497,13 +2497,6 @@ return { defaults={if_true={vi=false}} }, { - full_name='termtype', abbreviation='tmt', - type='string', scope={'global'}, - vi_def=false, - varname='p_tmt', - defaults={if_true={vi="",vim=""}} - }, - { full_name='terse', type='bool', scope={'global'}, vi_def=true, |