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:
@@ -2637,7 +2637,7 @@ exec_instructions(ectx_T *ectx)
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user