1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 10:15:41 +08:00
SpaceVim/test/foooo.vim

13 lines
262 B
VimL
Raw Normal View History

2017-10-28 13:11:59 +08:00
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()