aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua4
1 files changed, 2 insertions, 2 deletions
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=""}}
},
{