From 1e4f29069146cbab0be0559d87e399aefa433a29 Mon Sep 17 00:00:00 2001 From: erw7 Date: Fri, 22 Nov 2019 14:01:12 +0900 Subject: Remove termtype option --- 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 2e20b692e8..a5a14a1a25 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -2496,13 +2496,6 @@ return { varname='p_tgc', 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'}, -- cgit