globals: KeyTyped is bool

This commit is contained in:
Jan Edmund Lazo
2018-09-14 01:01:00 -04:00
parent 20354dbd75
commit db90c0c9bf
10 changed files with 15 additions and 16 deletions

View File

@@ -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) {
/*