| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | rplugin.vim: Add migration support for Windows, nvim/ -> nvim-data/ | James McCoy | 2018-12-27 |
| | | |||
| * | Use stdpath() to determine rplugin manifest path | James McCoy | 2018-12-20 |
| | | |||
| * | runtime: UpdateRemotePlugins: allow bar (#7865) | zandrmartin | 2018-01-17 |
| | | |||
| * | rplugin.vim: GetManifestPath(): be more explicit (#6361) | Daniel Hahler | 2017-03-27 |
| | | |||
| * | rplugin: Call s:LoadRemotePlugins() on startup. | Justin M. Keyes | 2017-03-11 |
| | | | | | | | | | | | Dispense with the FuncUndefined/CmdUndefined quasi-optimization. If there are no rplugins, plugin/rplugin.vim takes less than 1ms. Closes #5821 Closes #6250 Helped-by: Qiming zhao <chemzqm@gmail.com> | ||
| * | rplugin: Initialize remote plugins lazily. #4384 | Shougo Matsushita | 2016-03-10 |
| | | |||
| * | Improve remote plugin scripts | Shougo Matsushita | 2016-02-14 |
| | | |||
| * | runtime: Refer to plugins running outside Nvim as "remote plugins" | Thiago de Arruda | 2014-11-21 |
| - Rename autoload/rpc to autoload/remote - External plugins are now remote plugins - External plugins directory is "rplugin" | |||