Home
last modified time | relevance | path

Searched refs:uncaught_emsg (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dtime.c523 int prev_uncaught_emsg = uncaught_emsg; in check_due_timer()
558 if (uncaught_emsg > prev_uncaught_emsg) in check_due_timer()
H A Dglobals.h241 EXTERN int uncaught_emsg; // number of times emsg() was variable
H A Dmessage.c736 ++uncaught_emsg; in emsg_core()
H A Dvim9execute.c924 return uncaught_emsg > prev_uncaught_emsg || got_int || did_throw; in vim9_aborting()
958 int prev_uncaught_emsg = uncaught_emsg; in call_by_name()