mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.1460: error messages are spread out
Problem: Error messages are spread out. Solution: Move more messages into errors.h.
This commit is contained in:
@@ -1900,7 +1900,7 @@ ex_scriptversion(exarg_T *eap UNUSED)
|
||||
}
|
||||
if (in_vim9script())
|
||||
{
|
||||
emsg(_("E1040: Cannot use :scriptversion after :vim9script"));
|
||||
emsg(_(e_cannot_use_scriptversion_after_vim9script));
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user