mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
globals: KeyTyped is bool
This commit is contained in:
@@ -789,7 +789,7 @@ EXTERN int ex_normal_busy INIT(= 0); // recursiveness of ex_normal()
|
||||
EXTERN int ex_normal_lock INIT(= 0); // forbid use of ex_normal()
|
||||
EXTERN int ignore_script INIT(= false); // ignore script input
|
||||
EXTERN int stop_insert_mode; // for ":stopinsert" and 'insertmode'
|
||||
EXTERN int KeyTyped; // TRUE if user typed current char
|
||||
EXTERN bool KeyTyped; // true if user typed current char
|
||||
EXTERN int KeyStuffed; // TRUE if current char from stuffbuf
|
||||
EXTERN int maptick INIT(= 0); // tick for each non-mapped char
|
||||
|
||||
|
Reference in New Issue
Block a user