Excerpts from MURAOKA Taro's message of Tue May 17 00:50:56 +0200 2011: > http://code.google.com/r/yukihironakadaira-vim-cmdsrv-nox/
vim-addon-async will benfit of it! Well there is another attempt adding async communication. That implementation already works to some degree .. That patch can be found here: http://github.com/bartman/vim It implements launching processes. The output of the process is received by callback functions written in VimL and you can send data to its input. vim-addon-async implements repl for ruby, python, scala on top of it a hacky reimplementation of it using client-server for now. So this all will be available for non X setups as well :) Marc Weber -- You received this message from the "vim_dev" 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
