mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
refactor: deprecate 'secure' option
Now that 'exrc' files must be explicitly marked trusted there is no need to constrain what can be done in them.
This commit is contained in:
@@ -2007,7 +2007,7 @@ return {
|
||||
},
|
||||
{
|
||||
full_name='secure',
|
||||
short_desc=N_("mode for reading .vimrc in current dir"),
|
||||
short_desc=N_("No description"),
|
||||
type='bool', scope={'global'},
|
||||
secure=true,
|
||||
varname='p_secure',
|
||||
|
Reference in New Issue
Block a user