To: vim_dev@googlegroups.com Subject: Patch 8.2.3493 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3493 (after 8.2.3492) Problem: Large count test fails on MS-Windows. Solution: Skip the test on MS-Windows. Files: src/testdir/test_put.vim *** ../vim-8.2.3492/src/testdir/test_put.vim 2021-10-10 12:35:13.331259343 +0100 --- src/testdir/test_put.vim 2021-10-10 13:53:15.484895955 +0100 *************** *** 134,140 **** bwipe! endfunc ! func Test_very_larg_count() new let @" = 'x' call assert_fails('norm 44444444444444p', 'E1240:') --- 134,143 ---- bwipe! endfunc ! func Test_very_large_count() ! " FIXME: should actually check if sizeof(int) == sizeof(long) ! CheckNotMSWindows ! new let @" = 'x' call assert_fails('norm 44444444444444p', 'E1240:') *** ../vim-8.2.3492/src/version.c 2021-10-10 12:35:13.331259343 +0100 --- src/version.c 2021-10-10 13:53:05.632761481 +0100 *************** *** 759,760 **** --- 759,762 ---- { /* Add new patch number below this line */ + /**/ + 3493, /**/ -- hundred-and-one symptoms of being an internet addict: 127. You bring your laptop and cellular phone to church. /// Bram Moolenaar -- Bram@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 ///