summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/autoload/remote/host.vim
AgeCommit message (Expand)AuthorFiles
2024-01-22refactor: rewrite python provider in luadundargoc1
2021-09-18refactor(runtime): always use DIP_START when searching for runtime filesBjörn Linse1
2020-01-20remote plugins: add support for perl hostsJacques Germishuys1
2019-07-17jobstop(): close channel before process_stop() #10522Justin M. Keyes1
2018-08-24remote/host.vim: specify {nosuf} for globpath() (#8882)Justin M. Keyes1
2017-10-29remote: add node.js as a remote plugin providerBilly Vong1
2017-03-11rplugin: Call s:LoadRemotePlugins() on startup.Justin M. Keyes1
2016-10-18rplugin: resolve paths in manifest file (#5501)Marco Hinz1
2016-10-12UpdateRemotePlugins: Discard duplicate paths. (#5464)Shougo1
2016-10-06doc/vim_diff.txt (#5432)Justin M. Keyes1
2016-08-21remote/host.vim: Avoid "No matching autocommands".Justin M. Keyes1
2016-08-20job control: reuse common job code for rpc jobsBjörn Linse1
2016-08-17host.vim: s:GetManifestPath(): octal permissionsJustin M. Keyes1
2016-08-17host.vim: s:GetManifestPath(): Create base directory if needed.Justin M. Keyes1
2016-08-17host.vim: s:GetManifestPath(): Remove for-loop.Justin M. Keyes1
2016-08-17runtime: rplugin manifest written to $XDG_DATA_HOMETommy Allen1
2016-07-31eval.c: rename capture() to execute() (#5132)Justin M. Keyes1
2016-06-30rplugin: Manifest file name fallback (#4935)Shougo1
2016-05-22host.vim: s:RegistrationCommands(): Normalize slashes.Justin M. Keyes1
2016-04-18rplugin: Ignore modeline while chaining eventsDan Elkouby1
2016-03-31rplugin: Fix wrong condition for lazy loading remote pluginsAleksei Khudiakov1
2016-03-11Merge pull request #4410 from alexgenco/ruby_rpluginJustin M. Keyes1
2016-03-11rplugin: let the python host identify packagesBjörn Linse1
2016-03-11rplugin: Silence :doautocmd. #4384Justin M. Keyes1
2016-03-10Ruby remote plugin supportAlex Genco1
2016-03-10rplugin: Initialize remote plugins lazily. #4384Shougo Matsushita1
2016-02-14Improve remote plugin scriptsShougo Matsushita1
2015-12-10Fix UpdateRemotePlugins fails problemShougo Matsushita1
2015-09-14host.vim: expand $MYVIMRC. #3342Jonathan Skeate1
2015-09-14python: remove current working directory from pathJakob Schnitzer1
2015-07-10rplugin: Don't error if plugin is registered before host #2961Björn Linse1
2015-07-03rplugin: pass additional info to host factory function #2920Nick Hynes1
2015-06-25rplugin: allow users to register hosts #2896Nick Hynes1
2015-06-09remote#host#RequirePythonHost: fix reference to logDaniel Hahler1
2015-05-31rplugin: Improve remote plugins detection messages #2769Shougo Matsushita1
2015-04-21Add if_python3 supportShougo Matsushita1
2015-04-13runtime: Handle failures while loading individual remote pluginsThiago de Arruda1
2014-11-26Improve Python host messages.Florian Walch1
2014-11-24Print an error and exit when there are no plugins.Bjorn Tipling1
2014-11-21runtime: Refer to plugins running outside Nvim as "remote plugins"Thiago de Arruda1