0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.2.3971: build fails

Problem:    Build fails.
Solution:   Use the right error message name.
This commit is contained in:
Bram Moolenaar 2022-01-01 16:01:23 +00:00
parent 74409f6279
commit 0699b040e6
2 changed files with 3 additions and 1 deletions

View File

@ -939,7 +939,7 @@ tv_get_string_buf_chk_strict(typval_T *varp, char_u *buf, int strict)
#ifdef FEAT_FLOAT
if (strict)
{
emsg(_(e_float_as_string));
emsg(_(e_using_float_as_string));
break;
}
vim_snprintf((char *)buf, NUMBUFLEN, "%g", varp->vval.v_float);

View File

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