mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.3830: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -1858,7 +1858,7 @@ do_unlet(char_u *name, int forceit)
|
||||
}
|
||||
if (forceit)
|
||||
return OK;
|
||||
semsg(_("E108: No such variable: \"%s\""), name);
|
||||
semsg(_(e_no_such_variable_str), name);
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user