mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 9.0.0291: test failing
Problem: Test failing. Solution: Run test with cmdheight=0 last.
This commit is contained in:
parent
d54af2e550
commit
efdfb0c5ee
@ -387,7 +387,9 @@ func Test_fileinfo_after_echo()
|
||||
call delete('b.txt')
|
||||
endfunc
|
||||
|
||||
func Test_cmdheight_zero()
|
||||
" FIXME: running this last as it seems to cause
|
||||
" Test_mapping_at_hit_return_prompt() to faile
|
||||
func Test_x_cmdheight_zero()
|
||||
enew
|
||||
set cmdheight=0
|
||||
set showcmd
|
||||
|
@ -707,6 +707,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
291,
|
||||
/**/
|
||||
290,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user