Lines Matching refs:PyErr_SET_VIM

30 #define PyErr_SET_VIM(str) PyErr_SET_STRING(VimError, str)  macro
41 #define RAISE_LOCKED_DICTIONARY PyErr_SET_VIM(N_("dictionary is locked"))
42 #define RAISE_LOCKED_LIST PyErr_SET_VIM(N_("list is locked"))
43 #define RAISE_UNDO_FAIL PyErr_SET_VIM(N_("cannot save undo information"))
44 #define RAISE_DELETE_LINE_FAIL PyErr_SET_VIM(N_("cannot delete line"))
45 #define RAISE_INSERT_LINE_FAIL PyErr_SET_VIM(N_("cannot insert line"))
46 #define RAISE_REPLACE_LINE_FAIL PyErr_SET_VIM(N_("cannot replace line"))
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()
2593 PyErr_SET_VIM(N_("internal error: not enough list items")); in ListAssSlice()
2625 PyErr_SET_VIM(N_("internal error: failed to add item to list")); in ListAssSlice()
2729 PyErr_SET_VIM(N_("failed to add item to list")); in ListAssIndex()
3442 PyErr_SET_VIM(N_("internal error: unknown option type")); in OptionsItem()
3549 PyErr_SET_VIM(N_("problem while switching windows")); in set_option_value_for()
3707 PyErr_SET_VIM(N_("attempt to refer to deleted tab page")); in CheckTabPage()
3872 PyErr_SET_VIM(N_("attempt to refer to deleted window")); in CheckWindow()
4058 PyErr_SET_VIM(N_("cursor position outside buffer")); in WindowSetattr()
4287 PyErr_SET_VIM(N_("string cannot contain newlines")); in StringToLine()
4853 PyErr_SET_VIM(N_("attempt to refer to deleted buffer")); in CheckBuffer()
5297 PyErr_SET_VIM(N_("failed to rename buffer")); in BufferSetattr()
5351 PyErr_SET_VIM(N_("invalid mark name")); in BufferMark()
6381 PyErr_SET_VIM(N_("internal error: NULL reference passed")); in ConvertToPyObject()
6440 PyErr_SET_VIM(N_("internal error: invalid value type")); in ConvertToPyObject()