diff --git a/test/foooo.vim b/test/foooo.vim deleted file mode 100644 index d37043487..000000000 --- a/test/foooo.vim +++ /dev/null @@ -1,12 +0,0 @@ - - let qflist = [ - \ { - \ 'abbr' : 'test-abbr', - \ 'filename' : '~/test/Foo.java', - \ 'lnum' : 1, - \ 'col' : 1, - \ 'text' : 'test-text' - \ } - \ ] - call SpaceVim#plugins#quickfix#setqflist(qflist) - call SpaceVim#plugins#quickfix#openwin()