Searched refs:exc (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/runtime/syntax/ |
| H A D | lftp.vim | 111 syn keyword lftpSettings contained exc[lude-regex] o[rder]
|
| H A D | dcl.vim | 40 syn keyword dclInstr cxx[l_help] exc[hange] mac[ro] ren[ame] unl[ock]
|
| /vim-8.2.3635/src/ |
| H A D | if_py_both.h | 28 #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 D | test_python2.vim | 1006 vim.command('let exc=' + repr(sys.exc_type.__name__)) 1016 if exists('exc') 1017 throw exc
|
| H A D | test_python3.vim | 1201 vim.command('let exc=' + repr(e.__class__.__name__)) 1211 if exists('exc') 1212 throw exc
|