xuhdev / SingleCompile

A Vim plugin making it more convenient to compile or run a single source file.
https://singlecompile.topbug.net
GNU General Public License v3.0
123 stars 20 forks source link

[Feature Request] Use Job API to do Asynchronous Compiling #82

Open voldikss opened 5 years ago

voldikss commented 5 years ago

Thank you @xuhdev for this awesome plugin!

Would you consider using the job API provided by both Vim8 and Neovim to do Asynchronous Compiling? Compared with the current asynchronous implement, it's much more convenient and simpler, also more robust.

How do you think about that?

xuhdev commented 5 years ago

Thanks for pointing out this source! I would welcome contributions, but unfortunately I won't have time working on it by myself.