mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
Removed restricted mode - Fix #11972
This commit is contained in:
@@ -492,9 +492,6 @@ EXTERN int stdout_isatty INIT(= true);
|
||||
// volatile because it is used in a signal handler.
|
||||
EXTERN volatile int full_screen INIT(= false);
|
||||
|
||||
// When started in restricted mode (-Z).
|
||||
EXTERN int restricted INIT(= false);
|
||||
|
||||
/// Non-zero when only "safe" commands are allowed, e.g. when sourcing .exrc or
|
||||
/// .vimrc in current directory.
|
||||
EXTERN int secure INIT(= false);
|
||||
|
Reference in New Issue
Block a user