diff options
author | ckelsel <ckelsel@hotmail.com> | 2017-10-07 18:14:09 +0800 |
---|---|---|
committer | ckelsel <ckelsel@hotmail.com> | 2017-10-07 18:14:09 +0800 |
commit | f2b9ccec106b6c4619cc762ea77546810f1cbfd4 (patch) | |
tree | 93fb82598ecf1d227137cd093c16cc14b537e76c /src/nvim/options.lua | |
parent | fae55937ac31c0d61c2c89ed0e9be43f3bd2a759 (diff) | |
parent | 01487d4385aeffae4b2365689c7d798f740f7100 (diff) | |
download | rneovim-f2b9ccec106b6c4619cc762ea77546810f1cbfd4.tar.gz rneovim-f2b9ccec106b6c4619cc762ea77546810f1cbfd4.tar.bz2 rneovim-f2b9ccec106b6c4619cc762ea77546810f1cbfd4.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r-- | src/nvim/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 103227f6b5..84ccb2e28d 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -2498,7 +2498,7 @@ return { no_mkrc=true, vi_def=true, varname='p_titleold', - defaults={if_true={vi=N_("Thanks for flying Vim")}} + defaults={if_true={vi=N_("")}} }, { full_name='titlestring', |