neovim/runtime/autoload/provider
Justin M. Keyes 2f38ed11c9 providers: Disable if g:loaded_* exists.
The exists('g:loaded_foo') convention is rather common, and may be
relied upon in some cases. It's also very unlikely that a user or plugin
has any reason to set g:loaded_foo to zero, so the principle of least
surprise can be brushed aside here.

https://github.com/neovim/neovim/issues/6107#issuecomment-279532143
2017-02-14 00:02:50 +01:00
..
clipboard.vim Windows: Clipboard provider win32yank 2017-01-20 18:29:17 +00:00
python3.vim providers: Disable if g:loaded_* exists. 2017-02-14 00:02:50 +01:00
python.vim providers: Disable if g:loaded_* exists. 2017-02-14 00:02:50 +01:00
pythonx.vim provider: add Python 3.6 (#5886) 2017-01-05 21:29:31 +01:00
ruby.vim providers: Disable if g:loaded_* exists. 2017-02-14 00:02:50 +01:00
script_host.rb Add :ruby, :rubyfile, and :rubydo ex commands 2016-07-02 21:45:48 -07:00