mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.3985: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -320,7 +320,7 @@ tv_get_float_chk(typval_T *varp, int *error)
|
||||
emsg(_("E894: Using a Dictionary as a Float"));
|
||||
break;
|
||||
case VAR_BOOL:
|
||||
emsg(_("E362: Using a boolean value as a Float"));
|
||||
emsg(_(e_using_boolean_valud_as_float));
|
||||
break;
|
||||
case VAR_SPECIAL:
|
||||
emsg(_("E907: Using a special value as a Float"));
|
||||
|
Reference in New Issue
Block a user