diff options
author | James McCoy <jamessan@jamessan.com> | 2017-12-18 21:40:08 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-12-18 21:40:24 -0500 |
commit | 9fb7926a0dbc08daf19fca5eb93f95ae83a6303c (patch) | |
tree | 22b7bc56213af8d99ebd681e68cb918186835a15 /src | |
parent | dd2739286195c8953a31346908f02a85563a3fa2 (diff) | |
download | rneovim-9fb7926a0dbc08daf19fca5eb93f95ae83a6303c.tar.gz rneovim-9fb7926a0dbc08daf19fca5eb93f95ae83a6303c.tar.bz2 rneovim-9fb7926a0dbc08daf19fca5eb93f95ae83a6303c.zip |
vim-patch:8.0.0579: duplicate test case for quickfix
Problem: Duplicate test case for quickfix.
Solution: Remove the function. (Yegappan Lakshmanan)
https://github.com/vim/vim/commit/9b77016545d5ef1a1f4a90c9bb4b7a6693af8918
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_quickfix.vim | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/nvim/testdir/test_quickfix.vim b/src/nvim/testdir/test_quickfix.vim index e729290c1e..7e4100cca0 100644 --- a/src/nvim/testdir/test_quickfix.vim +++ b/src/nvim/testdir/test_quickfix.vim @@ -2004,15 +2004,3 @@ func Test_qf_free() call XfreeTests('c') call XfreeTests('l') 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 |