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:
parent
74409f6279
commit
0699b040e6
@ -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);
|
||||
|
@ -749,6 +749,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3971,
|
||||
/**/
|
||||
3970,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user