Home
last modified time | relevance | path

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

/vim-8.2.3635/runtime/syntax/
H A Dlftp.vim111 syn keyword lftpSettings contained exc[lude-regex] o[rder]
H A Ddcl.vim40 syn keyword dclInstr cxx[l_help] exc[hange] mac[ro] ren[ame] unl[ock]
/vim-8.2.3635/src/
H A Dif_py_both.h28 #define PyErr_SET_STRING(exc, str) PyErr_SetString(exc, _(str)) argument
31 #define PyErr_FORMAT(exc, str, arg) PyErr_Format(exc, _(str), arg) argument
32 #define PyErr_FORMAT2(exc, str, arg1, arg2) PyErr_Format(exc, _(str), arg1,arg2) argument
/vim-8.2.3635/src/testdir/
H A Dtest_python2.vim1006 vim.command('let exc=' + repr(sys.exc_type.__name__))
1016 if exists('exc')
1017 throw exc
H A Dtest_python3.vim1201 vim.command('let exc=' + repr(e.__class__.__name__))
1211 if exists('exc')
1212 throw exc