Problem: Missing error number.
Solution: Assign an error number.
DoPy3Command(eap, buffer, NULL);
}
-void ex_py3do(exarg_T *eap)
+ void
+ex_py3do(exarg_T *eap)
{
linenr_T i;
const char *code_hdr = "def " DOPY_FUNC "(line, linenr):\n ";
{
if (!PyUnicode_Check(pyret))
{
- /* TODO: a proper error number */
- EMSG(_("E000: return value must be an instance of str"));
+ EMSG(_("E863: return value must be an instance of str"));
Py_XDECREF(pyret);
status = 1;
goto out;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 959,
/**/
958,
/**/