Patch 8.2.3971

7 views
Skip to first unread message

Bram Moolenaar

unread,
Jan 1, 2022, 11:01:51 AM1/1/22
to vim...@googlegroups.com

Patch 8.2.3971
Problem: Build fails.
Solution: Use the right error message name.
Files: src/typval.c


*** ../vim-8.2.3970/src/typval.c 2022-01-01 14:19:44.056353820 +0000
--- src/typval.c 2022-01-01 15:52:50.138936085 +0000
***************
*** 939,945 ****
#ifdef FEAT_FLOAT
if (strict)
{
! emsg(_(e_float_as_string));
break;
}
vim_snprintf((char *)buf, NUMBUFLEN, "%g", varp->vval.v_float);
--- 939,945 ----
#ifdef FEAT_FLOAT
if (strict)
{
! emsg(_(e_using_float_as_string));
break;
}
vim_snprintf((char *)buf, NUMBUFLEN, "%g", varp->vval.v_float);
*** ../vim-8.2.3970/src/version.c 2022-01-01 15:58:19.122486356 +0000
--- src/version.c 2022-01-01 16:01:03.438247312 +0000
***************
*** 751,752 ****
--- 751,754 ----
{ /* Add new patch number below this line */
+ /**/
+ 3971,
/**/

--
hundred-and-one symptoms of being an internet addict:
176. You lie, even to user-friends, about how long you were online yesterday.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages