patch 9.0.0250: slightly inconsistent error messages

Problem:    Slightly inconsistent error messages.
Solution:   Make it "Using a Float". (closes #10959)
This commit is contained in:
Bram Moolenaar
2022-08-23 21:41:15 +01:00
parent 3a7ad904d2
commit dde77a7c4d
2 changed files with 3 additions and 1 deletions

View File

@ -2054,7 +2054,7 @@ EXTERN char e_cannot_use_percent_with_float[]
EXTERN char e_using_float_as_number[]
INIT(= N_("E805: Using a Float as a Number"));
EXTERN char e_using_float_as_string[]
INIT(= N_("E806: Using Float as a String"));
INIT(= N_("E806: Using a Float as a String"));
#endif
#ifdef FEAT_FLOAT
EXTERN char e_expected_float_argument_for_printf[]

View File

@ -731,6 +731,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
250,
/**/
249,
/**/