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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220101160147.24C971C0A5B%40moolenaar.net.