mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
Removed restricted mode - Fix #11972
This commit is contained in:
@@ -1012,10 +1012,6 @@ static void command_line_scan(mparm_T *parmp)
|
||||
want_argument = true;
|
||||
break;
|
||||
}
|
||||
case 'Z': { // "-Z" restricted mode
|
||||
restricted = true;
|
||||
break;
|
||||
}
|
||||
|
||||
case 'c': { // "-c{command}" or "-c {command}" exec command
|
||||
if (argv[0][argv_idx] != NUL) {
|
||||
|
Reference in New Issue
Block a user