mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:30:04 +08:00
Remove unused script
This commit is contained in:
parent
f7b5e8ab8a
commit
592994d5f7
@ -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()
|
Loading…
Reference in New Issue
Block a user