mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.4046: some error messages not in the right place
Problem: Some error messages not in the right place. Solution: Adjust the errors file. Fix typo.
This commit is contained in:
@@ -320,7 +320,7 @@ tv_get_float_chk(typval_T *varp, int *error)
|
||||
emsg(_(e_using_dictionary_as_float));
|
||||
break;
|
||||
case VAR_BOOL:
|
||||
emsg(_(e_using_boolean_valud_as_float));
|
||||
emsg(_(e_using_boolean_value_as_float));
|
||||
break;
|
||||
case VAR_SPECIAL:
|
||||
emsg(_(e_using_special_value_as_float));
|
||||
|
Reference in New Issue
Block a user