mirror of
https://github.com/vim/vim.git
synced 2025-08-26 20:03:41 -04:00
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: #17217 Signed-off-by: Girish Palya <girishji@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
910bfd5d38
commit
6220bbad4e
@ -2078,6 +2078,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))
|
||||||
|
@ -704,6 +704,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1350,
|
||||||
/**/
|
/**/
|
||||||
1349,
|
1349,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user