Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h30 #define PyErr_SET_VIM(str) PyErr_SET_STRING(VimError, str) macro
42 #define RAISE_LOCKED_LIST PyErr_SET_VIM(N_("list is locked"))
915 PyErr_SET_VIM(N_("invalid expression")); in VimEval()
966 PyErr_SET_VIM(N_("invalid expression")); in VimEvalPy()
1034 PyErr_SET_VIM(N_("failed to change directory")); in _VimChdir()
2729 PyErr_SET_VIM(N_("failed to add item to list")); in ListAssIndex()
3549 PyErr_SET_VIM(N_("problem while switching windows")); in set_option_value_for()
3872 PyErr_SET_VIM(N_("attempt to refer to deleted window")); in CheckWindow()
4058 PyErr_SET_VIM(N_("cursor position outside buffer")); in WindowSetattr()
5297 PyErr_SET_VIM(N_("failed to rename buffer")); in BufferSetattr()
[all …]