mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00
Removed restricted mode - Fix #11972
This commit is contained in:
@@ -62,7 +62,6 @@
|
||||
// curbuf_lock is set
|
||||
#define MODIFY 0x200000 // forbidden in non-'modifiable' buffer
|
||||
#define EXFLAGS 0x400000 // allow flags after count in argument
|
||||
#define RESTRICT 0x800000L // forbidden in restricted mode
|
||||
#define FILES (XFILE | EXTRA) // multiple extra files allowed
|
||||
#define WORD1 (EXTRA | NOSPC) // one extra word allowed
|
||||
#define FILE1 (FILES | NOSPC) // 1 file allowed, defaults to current file
|
||||
|
Reference in New Issue
Block a user