Problem: Build failure without +postscript.
Solution: Use another error message.
delete('XimportRelDel.vim')
DoIt()
END
- v9.CheckScriptFailure(lines, 'E456:')
+ v9.CheckScriptFailure(lines, 'E484:')
delete('XimportRel.vim')
delete('XimportRel2.vim')
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 4680,
/**/
4679,
/**/
if (do_source(si->sn_name, FALSE, DOSO_NONE, NULL)
== FAIL)
{
- semsg(_(e_cant_open_file_str_2), si->sn_name);
+ semsg(_(e_cant_open_file_str), si->sn_name);
goto on_error;
}
}