mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 10:15:41 +08:00
13 lines
262 B
VimL
13 lines
262 B
VimL
|
|
||
|
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()
|