mirror of
https://gitlab.com/wsdjeg/vim-galore-zh_cn.git
synced 2025-01-31 20:39:27 +08:00
Clear qflist if no errors
This commit is contained in:
parent
bea19b4461
commit
61f6228247
@ -20,6 +20,8 @@ function! s:check(...) abort
|
|||||||
let g:wsd = s:qf
|
let g:wsd = s:qf
|
||||||
call s:update_qf(s:qf)
|
call s:update_qf(s:qf)
|
||||||
copen
|
copen
|
||||||
|
else
|
||||||
|
call setqflist([])
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user