From 592994d5f772b9f22341260e0170710a8ac0e5d5 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sat, 28 Oct 2017 20:30:23 +0800 Subject: [PATCH] Remove unused script --- test/foooo.vim | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 test/foooo.vim 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()