Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c1982 int rethrow = FALSE; in ex_endtry() local
2055 rethrow = TRUE; in ex_endtry()
2065 if ((rethrow || (!skip in ex_endtry()
2079 rethrow = FALSE; in ex_endtry()
2081 rethrow = TRUE; in ex_endtry()
2160 rethrow = TRUE; in ex_endtry()
2165 if (rethrow) in ex_endtry()
/vim-8.2.3635/runtime/syntax/
H A Ddart.vim39 syn keyword dartException catch finally rethrow throw try
H A Dcf.vim596 \ rethrow
/vim-8.2.3635/src/testdir/
H A Dtest_vimscript.vim1680 " its :endtry should not rethrow the exception to the next surrounding
1694 endtry " no rethrow to try 1
4001 throw v:exception " rethrow user exception
/vim-8.2.3635/runtime/doc/
H A Dtags8862 rethrow eval.txt /*rethrow*
H A Deval.txt14062 *rethrow*
14063 There is no real rethrow in the Vim script language, but you may throw
14075 Note that this method cannot be used to "rethrow" Vim error or interrupt
H A Dtodo.txt1982 ":finally" does not rethrow a previously uncaught exception. (ZyX, 2010 Oct