vim-dispatch-neovim
vim-dispatch-neovim copied to clipboard
Empty quickfix window when :Copen after :Dispatch!
Hi, thank you for your work. I recorded the issue with asciinema https://asciinema.org/a/6fdy5j87m6jh4alxsa37n9v8l
I've also run into this problem. It seems to be an issue with both :Make!
and :Dispatch!
Same here. Also with the bang-less commands.
The problem with this call s:FilterNewlines. This function doesn't work correctly when every line the job produces doesn't end with the new line.
Removing this call, fixed the problem for me. You can try my fork vim-dispatch-neovim or I can submit PR if interested.