diff options
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r-- | src/nvim/options.lua | 8 |
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, |