]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.3971: build fails v8.2.3971
authorBram Moolenaar <Bram@vim.org>
Sat, 1 Jan 2022 16:01:23 +0000 (16:01 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 1 Jan 2022 16:01:23 +0000 (16:01 +0000)
Problem:    Build fails.
Solution:   Use the right error message name.

src/typval.c
src/version.c

index 0afd572b014bf178b02352d9bd637a884aceec2a..1e922dc723927f651173d888bc477b53cfce7aee 100644 (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);
index 26ecf4cfe7ee206546afaec647dcf1ee2916e06f..86c7a472ab189aa1fb4fa99f7db1ff10510576ce 100644 (file)
@@ -749,6 +749,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3971,
 /**/
     3970,
 /**/