mirror of
https://github.com/neovim/neovim.git
synced 2025-11-14 14:29:02 +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.
|
" Ensure :cabbr does not cause a spurious CmdlineLeavePre.
|
||||||
func Test_CmdlineLeavePre_cabbr()
|
func Test_CmdlineLeavePre_cabbr()
|
||||||
|
" For unknown reason this fails intermittently on MS-Windows
|
||||||
|
CheckNotMSWindows
|
||||||
CheckFeature terminal
|
CheckFeature terminal
|
||||||
let buf = term_start([GetVimProg(), '--clean', '-c', 'set noswapfile'], {'term_rows': 3})
|
let buf = term_start([GetVimProg(), '--clean', '-c', 'set noswapfile'], {'term_rows': 3})
|
||||||
call assert_equal('running', term_getstatus(buf))
|
call assert_equal('running', term_getstatus(buf))
|
||||||
|
|||||||
Reference in New Issue
Block a user