mirror of
https://github.com/vim/vim
synced 2025-07-16 09:12:00 +00:00
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:
@ -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[]
|
||||
|
@ -731,6 +731,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
250,
|
||||
/**/
|
||||
249,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user