skywind3000 / asyncrun.vim

:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
https://www.vim.org/scripts/script.php?script_id=5431
MIT License
1.84k stars 109 forks source link

AsyncRun -silent cmd still shows quickfix at cmd end #231

Closed mckellygit closed 3 years ago

mckellygit commented 3 years ago

Hi, Thank you for awesome asyncrun. AsyncRun -silent cmd still shows quickfix at cmd end for me. I am debugging it now, trying to see why the copen happens. thx, -m

mckellygit commented 3 years ago

ok, sorry, my fault. I had a AsyncRunStop autocmd that was doing a copen sometimes. Closing issue as INVALID.