1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:40:06 +08:00

Remove unused script

This commit is contained in:
wsdjeg 2017-10-28 20:30:23 +08:00
parent f7b5e8ab8a
commit 592994d5f7

View File

@ -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()