aboutsummaryrefslogtreecommitdiff
path: root/runtime/plugin/external_plugins.vim
Commit message (Collapse)AuthorAge
* runtime: Add vimscript support for external pluginsThiago de Arruda2014-11-18
External plugins(a.k.a msgpack-rpc plugins) are now supported through a library of vimscript functions that deals with: - Associating plugin host names(eg: python, ruby, go) with channel ids - Registration of external plugins - Definition of commands, autocmds and functions lazily implemented over msgpack-rpc