patch 8.2.4598: profile completion test sometimes fails
Problem: Profile completion test sometimes fails. Solution: Delete the .res file before running tests.
This commit is contained in:
@ -410,6 +410,9 @@ else
|
|||||||
endtry
|
endtry
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" Delete the .res file, it may change behavior for completion
|
||||||
|
call delete(fnamemodify(g:testname, ':r') .. '.res')
|
||||||
|
|
||||||
" Locate Test_ functions and execute them.
|
" Locate Test_ functions and execute them.
|
||||||
redir @q
|
redir @q
|
||||||
silent function /^Test_
|
silent function /^Test_
|
||||||
|
|||||||
@ -750,6 +750,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 */
|
||||||
|
/**/
|
||||||
|
4598,
|
||||||
/**/
|
/**/
|
||||||
4597,
|
4597,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user