mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
revert: "refactor: Remove allow_keys global (#6346)"
This commit is contained in:
@@ -652,6 +652,7 @@ EXTERN int reg_recorded INIT(= 0); // last recorded register or zero
|
||||
|
||||
EXTERN int no_mapping INIT(= false); // currently no mapping allowed
|
||||
EXTERN int no_zero_mapping INIT(= 0); // mapping zero not allowed
|
||||
EXTERN int allow_keys INIT(= false); // allow key codes when no_mapping is set
|
||||
EXTERN int no_u_sync INIT(= 0); // Don't call u_sync()
|
||||
EXTERN int u_sync_once INIT(= 0); // Call u_sync() once when evaluating
|
||||
// an expression.
|
||||
|
Reference in New Issue
Block a user