bfredl
aad20de5ab
fix(startup): nvim with --clean should not load user rplugins
...
runtime rplugins such like legacy script providers are not affected
by this change.
2022-06-04 18:37:54 +02:00
James McCoy
135991712a
rplugin.vim: Add migration support for Windows, nvim/ -> nvim-data/
2018-12-27 21:07:28 -05:00
James McCoy
15cc17521e
Use stdpath() to determine rplugin manifest path
2018-12-20 21:40:05 -05:00
zandrmartin
8fc437ef43
runtime: UpdateRemotePlugins: allow bar ( #7865 )
2018-01-17 20:50:17 +01:00
Daniel Hahler
595acbbc42
rplugin.vim: GetManifestPath(): be more explicit ( #6361 )
2017-03-27 16:28:05 +02:00
Justin M. Keyes
d1afd434f3
rplugin: Call s:LoadRemotePlugins() on startup.
...
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>
2017-03-11 12:26:22 +01:00
Shougo Matsushita
bb020df0f5
rplugin: Initialize remote plugins lazily. #4384
2016-03-10 10:34:57 -05:00
Shougo Matsushita
41794f6b58
Improve remote plugin scripts
2016-02-14 08:24:49 +09:00
Thiago de Arruda
6b17082d3c
runtime: Refer to plugins running outside Nvim as "remote plugins"
...
- Rename autoload/rpc to autoload/remote
- External plugins are now remote plugins
- External plugins directory is "rplugin"
2014-11-21 10:11:42 -03:00