mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
Deprecate &viminfo and :[rw]v, add &shada and :[rw]sh
This commit is contained in:
@@ -1991,6 +1991,14 @@ return {
|
||||
vim="blank,buffers,curdir,folds,help,tabpages,winsize"
|
||||
}}
|
||||
},
|
||||
{
|
||||
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'},
|
||||
|
Reference in New Issue
Block a user