mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.4008: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -1968,7 +1968,7 @@ item_lock(typval_T *tv, int deep, int lock, int check_refcount)
|
||||
|
||||
if (recurse >= DICT_MAXNEST)
|
||||
{
|
||||
emsg(_("E743: variable nested too deep for (un)lock"));
|
||||
emsg(_(e_variable_nested_too_deep_for_unlock));
|
||||
return;
|
||||
}
|
||||
if (deep == 0)
|
||||
|
Reference in New Issue
Block a user