Open derekelkins opened 8 years ago
Using something like vimproc may(?) provide a mechanism to avoid the UI becoming unresponsive for long running commands (in particular auto).
Vim 8 has added some asynchronous I/O functionality, so it may be possible to do this without any plugin.
Working on this in pull request #46.
Using something like vimproc may(?) provide a mechanism to avoid the UI becoming unresponsive for long running commands (in particular auto).
Vim 8 has added some asynchronous I/O functionality, so it may be possible to do this without any plugin.