mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
globals: KeyTyped is bool
This commit is contained in:
@@ -4395,7 +4395,7 @@ void ex_help(exarg_T *eap)
|
||||
buf_T *buf;
|
||||
int len;
|
||||
char_u *lang;
|
||||
int old_KeyTyped = KeyTyped;
|
||||
const bool old_KeyTyped = KeyTyped;
|
||||
|
||||
if (eap != NULL) {
|
||||
/*
|
||||
|
Reference in New Issue
Block a user