Patch 8.2.3570

5 views
Skip to first unread message

Bram Moolenaar

unread,
Nov 1, 2021, 6:59:37 PM11/1/21
to vim...@googlegroups.com

Patch 8.2.3570
Problem: Test_very_large_count fails on 32bit systems.
Solution: Bail out when using 32 bit numbers. (closes #9072)
Files: src/testdir/test_put.vim


*** ../vim-8.2.3569/src/testdir/test_put.vim 2021-10-19 20:08:41.455362440 +0100
--- src/testdir/test_put.vim 2021-11-01 22:56:37.815879140 +0000
***************
*** 152,157 ****
--- 152,161 ----
" FIXME: should actually check if sizeof(int) == sizeof(long)
CheckNotMSWindows

+ if v:numbersize != 64
+ throw 'Skipped: only works with 64 bit numbers'
+ endif
+
new
let @" = 'x'
call assert_fails('norm 44444444444444p', 'E1240:')
*** ../vim-8.2.3569/src/version.c 2021-11-01 22:44:29.517902113 +0000
--- src/version.c 2021-11-01 22:57:37.372699151 +0000
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 3570,
/**/

--
The software said it requires Windows 95 or better, so I installed Linux.

/// 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