mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.4680: build failure without +postscript
Problem: Build failure without +postscript. Solution: Use another error message.
This commit is contained in:
@@ -1001,7 +1001,7 @@ def Test_autoload_import_relative()
|
|||||||
delete('XimportRelDel.vim')
|
delete('XimportRelDel.vim')
|
||||||
DoIt()
|
DoIt()
|
||||||
END
|
END
|
||||||
v9.CheckScriptFailure(lines, 'E456:')
|
v9.CheckScriptFailure(lines, 'E484:')
|
||||||
|
|
||||||
delete('XimportRel.vim')
|
delete('XimportRel.vim')
|
||||||
delete('XimportRel2.vim')
|
delete('XimportRel2.vim')
|
||||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
4680,
|
||||||
/**/
|
/**/
|
||||||
4679,
|
4679,
|
||||||
/**/
|
/**/
|
||||||
|
@@ -2637,7 +2637,7 @@ exec_instructions(ectx_T *ectx)
|
|||||||
if (do_source(si->sn_name, FALSE, DOSO_NONE, NULL)
|
if (do_source(si->sn_name, FALSE, DOSO_NONE, NULL)
|
||||||
== FAIL)
|
== FAIL)
|
||||||
{
|
{
|
||||||
semsg(_(e_cant_open_file_str_2), si->sn_name);
|
semsg(_(e_cant_open_file_str), si->sn_name);
|
||||||
goto on_error;
|
goto on_error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user