Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtesting.c569 if (*get_vim_var_str(VV_EXCEPTION) == NUL) in f_assert_exception()
578 && strstr((char *)get_vim_var_str(VV_EXCEPTION), (char *)error) == NULL) in f_assert_exception()
582 get_vim_var_tv(VV_EXCEPTION), ASSERT_OTHER); in f_assert_exception()
H A Dex_eval.c673 set_vim_var_string(VV_EXCEPTION, (char_u *)excp->value, -1); in catch_exception()
723 set_vim_var_string(VV_EXCEPTION, (char_u *)caught_stack->value, -1); in finish_exception()
742 set_vim_var_string(VV_EXCEPTION, NULL, -1); in finish_exception()
H A Dvim.h1993 #define VV_EXCEPTION 29 macro
H A Devalvars.c2463 return vimvars[VV_EXCEPTION].vv_str; in v_exception()
2465 vimvars[VV_EXCEPTION].vv_str = oldval; in v_exception()