diff options
author | erw7 <erw7.github@gmail.com> | 2019-11-16 13:55:27 +0900 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2020-01-17 11:36:28 +0100 |
commit | a5a3d7160d7cb70ef2477f243d7a537fc4fa20e8 (patch) | |
tree | 2ef5f24c4b4b5722971576d2f1f087980f188af4 /src/nvim/options.lua | |
parent | 8f91d709b0006e3fcfa4cb59abd9b77938096d76 (diff) | |
download | rneovim-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.lua | 4 |
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=""}} }, { |