Patch 9.0.1456
Problem: Shortmess test depends on order of test execution.
Solution: Clear messages. (closes #12264)
Files: src/testdir/test_autocmd.vim
*** ../vim-9.0.1455/src/testdir/test_autocmd.vim 2023-02-11
10:34:01.959398179 +0000
--- src/testdir/test_autocmd.vim 2023-04-15 21:26:22.006733804 +0100
***************
*** 54,59 ****
--- 54,62 ----
endfunc
func Test_cursorhold_insert()
+ " depends on timing
+ let g:test_is_flaky = 1
+
" Need to move the cursor.
call feedkeys("ggG", "xt")
***************
*** 4215,4220 ****
--- 4218,4224 ----
let g:bwe = []
let g:brp = []
set shortmess+=F
+ messages clear
let dirname='XVimTestSHM'
call mkdir(dirname, 'R')
*** ../vim-9.0.1455/src/version.c 2023-04-15 18:17:14.315951544 +0100
--- src/version.c 2023-04-15 21:27:22.474808110 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1456,
/**/
--
Sorry, no fortune today.
/// 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/20230415202843.36A031C0423%40moolenaar.net.