vim-do
vim-do copied to clipboard
Run shell commands asynchronously and show the output in Vim when they finish
I really like this plugin -- very helpful. What I miss however is the auto file name completion function that is present in case of the ! command. Is it...
This would be awesome if you were running a linter async, and wanted to be notified something was wrong.
Hi there, I'm wondering whether I can update a vimscript variable with `vim-do`. I essentially want to use the circle ci CLI in order to update a variable in my...
I fixed various issues I had when running under Vim 7.3 with Python 2.7.3. - Appending an empty list to the buffer raised an error. This case is now handled...
Hi joonty, I used your plugin but unfortunately I noticed that the output in the buffer `DoProcess` doesn't contain the complete output of the command. I created a simple directory...