vim-dispatch-neovim icon indicating copy to clipboard operation
vim-dispatch-neovim copied to clipboard

Empty quickfix window when :Copen after :Dispatch!

Open deathmaz opened this issue 8 years ago • 3 comments

Hi, thank you for your work. I recorded the issue with asciinema https://asciinema.org/a/6fdy5j87m6jh4alxsa37n9v8l

deathmaz avatar Sep 01 '16 08:09 deathmaz

I've also run into this problem. It seems to be an issue with both :Make! and :Dispatch!

nelstrom avatar Sep 12 '17 15:09 nelstrom

Same here. Also with the bang-less commands.

sencer avatar Oct 04 '17 17:10 sencer

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.

datanoise avatar Jan 27 '18 08:01 datanoise