mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
vim-patch:9.0.1456: shortmess test depends on order of test execution
Problem: Shortmess test depends on order of test execution.
Solution: Clear messages. (closes vim/vim#12264)
657b31fa3b
This commit is contained in:
@@ -56,6 +56,9 @@ if has('timers')
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_cursorhold_insert()
|
func Test_cursorhold_insert()
|
||||||
|
" depends on timing
|
||||||
|
let g:test_is_flaky = 1
|
||||||
|
|
||||||
" Need to move the cursor.
|
" Need to move the cursor.
|
||||||
call feedkeys("ggG", "xt")
|
call feedkeys("ggG", "xt")
|
||||||
|
|
||||||
@@ -3627,6 +3630,7 @@ func SetupVimTest_shm()
|
|||||||
let g:bwe = []
|
let g:bwe = []
|
||||||
let g:brp = []
|
let g:brp = []
|
||||||
set shortmess+=F
|
set shortmess+=F
|
||||||
|
messages clear
|
||||||
|
|
||||||
let dirname='XVimTestSHM'
|
let dirname='XVimTestSHM'
|
||||||
call mkdir(dirname, 'R')
|
call mkdir(dirname, 'R')
|
||||||
|
Reference in New Issue
Block a user