mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
vim-patch:9.1.1350: tests: typo in Test_CmdlineLeavePre_cabbr()
Problem: tests: typo in Test_CmdlineLeavePre_cabbr()
(after v9.1.1349)
Solution: fix typo, disable failing test on Windows for now
(Girish Palya)
closes: vim/vim#17217
6220bbad4e
Co-authored-by: Girish Palya <girishji@gmail.com>
This commit is contained in:
@ -1999,6 +1999,8 @@ endfunc
|
||||
|
||||
" Ensure :cabbr does not cause a spurious CmdlineLeavePre.
|
||||
func Test_CmdlineLeavePre_cabbr()
|
||||
" For unknown reason this fails intermittently on MS-Windows
|
||||
CheckNotMSWindows
|
||||
CheckFeature terminal
|
||||
let buf = term_start([GetVimProg(), '--clean', '-c', 'set noswapfile'], {'term_rows': 3})
|
||||
call assert_equal('running', term_getstatus(buf))
|
||||
|
Reference in New Issue
Block a user