fix: change did_emsg back to int

This commit is contained in:
zeertzjq
2022-10-10 23:46:34 +08:00
parent 249cb8345d
commit 2cc64dca92
2 changed files with 3 additions and 3 deletions

View File

@@ -199,7 +199,7 @@ EXTERN dict_T vimvardict; // Dictionary with v: variables
EXTERN dict_T globvardict; // Dictionary with g: variables
/// g: value
#define globvarht globvardict.dv_hashtab
EXTERN bool did_emsg; // set by emsg() when the message
EXTERN int did_emsg; // set by emsg() when the message
// is displayed or thrown
EXTERN bool called_vim_beep; // set if vim_beep() is called
EXTERN bool did_emsg_syntax; // did_emsg set because of a