mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.0.0579: duplicate test case for quickfix
Problem: Duplicate test case for quickfix. Solution: Remove the function. (Yegappan Lakshmanan)
This commit is contained in:
@@ -2022,15 +2022,3 @@ func Test_qf_free()
|
|||||||
call XfreeTests('c')
|
call XfreeTests('c')
|
||||||
call XfreeTests('l')
|
call XfreeTests('l')
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_no_reuse_mem()
|
|
||||||
set efm=E,%W%m,
|
|
||||||
cgetexpr ['C']
|
|
||||||
set efm=%C%m
|
|
||||||
lexpr '0'
|
|
||||||
lopen
|
|
||||||
call setqflist([], 'r')
|
|
||||||
caddbuf
|
|
||||||
|
|
||||||
set efm&
|
|
||||||
endfunc
|
|
||||||
|
@@ -764,6 +764,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 */
|
||||||
|
/**/
|
||||||
|
579,
|
||||||
/**/
|
/**/
|
||||||
578,
|
578,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user