We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd27392 commit 9fb7926Copy full SHA for 9fb7926
src/nvim/testdir/test_quickfix.vim
@@ -2004,15 +2004,3 @@ func Test_qf_free()
2004
call XfreeTests('c')
2005
call XfreeTests('l')
2006
endfunc
2007
-
2008
-func Test_no_reuse_mem()
2009
- set efm=E,%W%m,
2010
- cgetexpr ['C']
2011
- set efm=%C%m
2012
- lexpr '0'
2013
- lopen
2014
- call setqflist([], 'r')
2015
- caddbuf
2016
2017
- set efm&
2018
-endfunc
0 commit comments