Skip to content

Commit 9b77016

Browse files
committed
patch 8.0.0579: duplicate test case for quickfix
Problem: Duplicate test case for quickfix. Solution: Remove the function. (Yegappan Lakshmanan)
1 parent 7a85b0f commit 9b77016

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

src/testdir/test_quickfix.vim

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,15 +2022,3 @@ func Test_qf_free()
20222022
call XfreeTests('c')
20232023
call XfreeTests('l')
20242024
endfunc
2025-
2026-
func Test_no_reuse_mem()
2027-
set efm=E,%W%m,
2028-
cgetexpr ['C']
2029-
set efm=%C%m
2030-
lexpr '0'
2031-
lopen
2032-
call setqflist([], 'r')
2033-
caddbuf
2034-
2035-
set efm&
2036-
endfunc

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
579,
767769
/**/
768770
578,
769771
/**/

0 commit comments

Comments
 (0)