Patch 8.2.4577

6 views
Skip to first unread message

Bram Moolenaar

unread,
Mar 16, 2022, 7:15:31 AM3/16/22
to vim...@googlegroups.com

Patch 8.2.4577
Problem: Message test is flaky. (Elimar Riesebieter)
Solution: Trigger the autocommand event only after startup is finished.
Files: src/testdir/test_messages.vim


*** ../vim-8.2.4576/src/testdir/test_messages.vim 2022-01-24 11:40:33.944693856 +0000
--- src/testdir/test_messages.vim 2022-03-16 11:09:57.267222304 +0000
***************
*** 360,371 ****

hide buffer a.txt

! set updatetime=1
! autocmd CursorHold * b b.txt | w | echo "'b' written"
END

call writefile(content, 'Xtest_fileinfo_after_echo')
let buf = RunVimInTerminal('-S Xtest_fileinfo_after_echo', #{rows: 6})
call VerifyScreenDump(buf, 'Test_fileinfo_after_echo', {})

call term_sendkeys(buf, ":q\<CR>")
--- 360,372 ----

hide buffer a.txt

! autocmd CursorHold * buf b.txt | w | echo "'b' written"
END

call writefile(content, 'Xtest_fileinfo_after_echo')
let buf = RunVimInTerminal('-S Xtest_fileinfo_after_echo', #{rows: 6})
+ call term_sendkeys(buf, ":set updatetime=50\<CR>")
+ call term_sendkeys(buf, "0$")
call VerifyScreenDump(buf, 'Test_fileinfo_after_echo', {})

call term_sendkeys(buf, ":q\<CR>")
*** ../vim-8.2.4576/src/version.c 2022-03-15 20:21:26.401378126 +0000
--- src/version.c 2022-03-16 11:13:20.602483190 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4577,
/**/

--
GALAHAD: Camelot ...
LAUNCELOT: Camelot ...
GAWAIN: It's only a model.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

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