aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorerw7 <erw7.github@gmail.com>2019-11-16 13:55:27 +0900
committerBjörn Linse <bjorn.linse@gmail.com>2020-01-17 11:36:28 +0100
commita5a3d7160d7cb70ef2477f243d7a537fc4fa20e8 (patch)
tree2ef5f24c4b4b5722971576d2f1f087980f188af4 /src/nvim/options.lua
parent8f91d709b0006e3fcfa4cb59abd9b77938096d76 (diff)
downloadrneovim-a5a3d7160d7cb70ef2477f243d7a537fc4fa20e8.tar.gz
rneovim-a5a3d7160d7cb70ef2477f243d7a537fc4fa20e8.tar.bz2
rneovim-a5a3d7160d7cb70ef2477f243d7a537fc4fa20e8.zip
Change option name from termwintype to termtype
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=""}}
},
{