mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.2.3750: error messages are everywhere
Problem: Error messages are everywhere. Solution: Move more error messages to errors.h and adjust the names.
This commit is contained in:
@@ -578,7 +578,7 @@ check_mark(pos_T *pos)
|
||||
{
|
||||
if (pos == NULL)
|
||||
{
|
||||
emsg(_(e_umark));
|
||||
emsg(_(e_unknown_mark));
|
||||
return FAIL;
|
||||
}
|
||||
if (pos->lnum <= 0)
|
||||
|
Reference in New Issue
Block a user