forked from aniani/vim
patch 9.0.0292: test causes another test to fail
Problem: Test causes another test to fail. Solution: Redraw to remove the popup window
This commit is contained in:
@@ -387,9 +387,7 @@ func Test_fileinfo_after_echo()
|
|||||||
call delete('b.txt')
|
call delete('b.txt')
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
" FIXME: running this last as it seems to cause
|
func Test_cmdheight_zero()
|
||||||
" Test_mapping_at_hit_return_prompt() to faile
|
|
||||||
func Test_x_cmdheight_zero()
|
|
||||||
enew
|
enew
|
||||||
set cmdheight=0
|
set cmdheight=0
|
||||||
set showcmd
|
set showcmd
|
||||||
@@ -463,6 +461,9 @@ func Test_x_cmdheight_zero()
|
|||||||
set showcmd&
|
set showcmd&
|
||||||
tabnew
|
tabnew
|
||||||
tabonly
|
tabonly
|
||||||
|
|
||||||
|
"redraw to hide the popup window
|
||||||
|
redraw
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
" vim: shiftwidth=2 sts=2 expandtab
|
" vim: shiftwidth=2 sts=2 expandtab
|
||||||
|
|||||||
@@ -707,6 +707,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 */
|
||||||
|
/**/
|
||||||
|
292,
|
||||||
/**/
|
/**/
|
||||||
291,
|
291,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user