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.85k stars 109 forks source link

empty lines added by AsyncRun #152

Open Konfekt opened 5 years ago

Konfekt commented 5 years ago

If https://github.com/Konfekt/vim-langtool is called by

compiler langtool
AsyncRun -auto=make -program=make

instead of

compiler langtool
make

then an empty line is added after every entry in the quickfix list.

Konfekt commented 5 years ago

Is this related to https://github.com/skywind3000/asyncrun.vim/issues/45 ? The solution proposed is incomprehensible, though. There is also https://github.com/skywind3000/asyncrun.vim/issues/62 , without any response, though.

Konfekt commented 5 years ago

For me, let g:asyncrun_trim = 1 solved it. See https://github.com/skywind3000/asyncrun.vim/wiki/Options . How about making it the default?