Searched refs:PyErr_SetVim (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dif_py_both.h54 #define PyErr_SetVim(str) PyErr_SetString(VimError, str) macro
428 PyErr_SetVim(_("invalid expression"));
447 PyErr_SetVim(_("expressions disabled at compile time"));
519 PyErr_SetVim(_("attempt to refer to deleted window"));
553 PyErr_SetVim(_("cursor position outside buffer"));
727 PyErr_SetVim(_("string cannot contain newlines"));
862 PyErr_SetVim(_("cannot save undo information"));
864 PyErr_SetVim(_("cannot delete line"));
896 PyErr_SetVim(_("cannot save undo information"));
901 PyErr_SetVim(
[all...]

Completed in 65 milliseconds