mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 09:10:04 +08:00
Add swapqf func
This commit is contained in:
parent
527d7e1623
commit
377bfb81d8
@ -94,3 +94,8 @@ function! s:update_stack() abort
|
||||
call add(s:filestack, file)
|
||||
endfor
|
||||
endfunction
|
||||
|
||||
function! SpaceVim#plugins#quickfix#swapqf()
|
||||
call SpaceVim#plugins#quickfix#setqflist(getqflist())
|
||||
call SpaceVim#plugins#quickfix#openwin()
|
||||
endfunction
|
||||
|
Loading…
Reference in New Issue
Block a user