Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c56 # define THROW_ON_INTERRUPT (!eval_to_number("$VIMNOINTTHROW"))
62 # define THROW_ON_INTERRUPT TRUE macro
384 if (!THROW_ON_INTERRUPT) in do_intthrow()
1545 if (got_int && !THROW_ON_INTERRUPT) in do_throw()