Patch 8.2.5104

6 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 15, 2022, 4:29:31 PM6/15/22
to vim...@googlegroups.com

Patch 8.2.5104 (after 8.2.5103)
Problem: Test hangs on MS-Windows.
Solution: Skip another test on MS-Windows.
Files: src/testdir/test_retab.vim


*** ../vim-8.2.5103/src/testdir/test_retab.vim 2022-06-15 21:08:05.257105150 +0100
--- src/testdir/test_retab.vim 2022-06-15 21:27:57.972039030 +0100
***************
*** 1,5 ****
--- 1,7 ----
" Test :retab

+ source check.vim
+
func SetUp()
new
call setline(1, "\ta \t b c ")
***************
*** 90,95 ****
--- 92,100 ----
endfunc

func Test_retab_endless()
+ " FIXME: why does this hang on MS-Windows?
+ CheckNotMSWindows
+
" inside try/catch we catch the error message
new
call setline(1, "\t0\t")
***************
*** 105,111 ****
endfunc

func Test_nocatch_retab_endless()
! " FIXME: why does this hang on MS-Windows?
CheckNotMSWindows

" not inside try/catch an interrupt is generated to get out of loops
--- 110,116 ----
endfunc

func Test_nocatch_retab_endless()
! " FIXME: does this hang on MS-Windows?
CheckNotMSWindows

" not inside try/catch an interrupt is generated to get out of loops
*** ../vim-8.2.5103/src/version.c 2022-06-15 21:08:05.257105150 +0100
--- src/version.c 2022-06-15 21:26:31.664133840 +0100
***************
*** 736,737 ****
--- 736,739 ----
{ /* Add new patch number below this line */
+ /**/
+ 5104,
/**/

--
Every time I lose weight, it finds me again!

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