Clear qflist if no errors

This commit is contained in:
wsdjeg 2017-03-25 13:59:21 +08:00
parent bea19b4461
commit 61f6228247

View File

@ -20,6 +20,8 @@ function! s:check(...) abort
let g:wsd = s:qf
call s:update_qf(s:qf)
copen
else
call setqflist([])
endif
endfunction