| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | providers: Disable if `g:loaded_*` exists. | Justin M. Keyes | 2017-02-14 |
| | | | | | | | | | | 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 | ||
| * | health.vim: Do not check intentionally disabled providers. | Justin M. Keyes | 2017-02-13 |
| | | | | | Closes #6107 | ||
| * | job control: reuse common job code for rpc jobs | Björn Linse | 2016-08-20 |
| | | | | | This makes stderr and exit callbacks work for rpc jobs | ||
| * | Merge #4980 'Support legacy `:ruby` commands'. | Justin M. Keyes | 2016-07-10 |
| |\ | |||
| | * | Add :ruby, :rubyfile, and :rubydo ex commands | Alex Genco | 2016-07-02 |
| |/ | |||
| * | Ruby remote plugin support | Alex Genco | 2016-03-10 |