mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.3977: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -3936,7 +3936,7 @@ eval_method(
|
||||
if (len <= 0)
|
||||
{
|
||||
if (verbose)
|
||||
emsg(_("E260: Missing name after ->"));
|
||||
emsg(_(e_missing_name_after_method));
|
||||
ret = FAIL;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user