From a5a3d7160d7cb70ef2477f243d7a537fc4fa20e8 Mon Sep 17 00:00:00 2001 From: erw7 Date: Sat, 16 Nov 2019 13:55:27 +0900 Subject: Change option name from termwintype to termtype --- src/nvim/options.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nvim/options.lua') diff --git a/src/nvim/options.lua b/src/nvim/options.lua index fe970ccba3..2e20b692e8 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -2497,10 +2497,10 @@ return { defaults={if_true={vi=false}} }, { - full_name='termwintype', abbreviation='twt', + full_name='termtype', abbreviation='tmt', type='string', scope={'global'}, vi_def=false, - varname='p_twt', + varname='p_tmt', defaults={if_true={vi="",vim=""}} }, { -- cgit