Max, are you still developing an async version of visual_studio.vim? Is there somewhere we can find it?
I started using VS 2010 and I'd like to get Vim integration working. (I grabbed the vim.org version of the script and only Get/Put file worked.) I'm late to the party, but for async vim implementation, you could look at my AsyncCommand <https://github.com/pydave/AsyncCommand> vimscript. It's setup to handle the async implementation details for Windows and Unix and you just pass it what to do and how to handle the result (when the job completes). -David https://github.com/pydave/AsyncCommand -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
