aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2015-07-06 02:26:44 +0300
committerZyX <kp-pav@yandex.ru>2015-10-08 22:00:07 +0300
commit8663983cc4c2f66eb0ba58ad8e247ac0686cc79b (patch)
treeef304ae2b4ccad0f4dac03de8d877290b2943538 /src/nvim/options.lua
parent9cf9c4a5860212cc0f9b71d349849811fdaf61a1 (diff)
downloadrneovim-8663983cc4c2f66eb0ba58ad8e247ac0686cc79b.tar.gz
rneovim-8663983cc4c2f66eb0ba58ad8e247ac0686cc79b.tar.bz2
rneovim-8663983cc4c2f66eb0ba58ad8e247ac0686cc79b.zip
Deprecate &viminfo and :[rw]v, add &shada and :[rw]sh
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index e66c46e08a..5973e4b938 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -1992,6 +1992,14 @@ return {
}}
},
{
+ full_name='shada', abbreviation='sd',
+ type='string', list='comma', scope={'global'},
+ deny_duplicates=true,
+ secure=true,
+ varname='p_shada',
+ defaults={if_true={vi="", vim="!,'100,<50,s10,h"}}
+ },
+ {
full_name='shell', abbreviation='sh',
type='string', scope={'global'},
secure=true,