aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/provider
Commit message (Expand)AuthorAge
* provider/clipboard.vim: fix logic issue #7042Andy Russell2017-07-17
* provider/clipboard.vim: capture/display errors (#6684)Andy Russell2017-07-15
* provider/clipboard.vim: Handle missing g:clipboard keysJustin M. Keyes2017-06-28
* provider/clipboard.vim: allow configuration #6030Justin M. Keyes2017-06-27
* runtime: Allow overriding ruby host with g:ruby_host_progAlex Genco2017-06-17
* provider/clipboard: add tmux support (#6894)Xu Cheng2017-06-15
* Make script_host.rb rubocop-cleanMarco Hinz2017-05-03
* health.vim: Set 'iskeyword' to that of ft=help.Justin M. Keyes2017-04-19
* providers: Disable if `g:loaded_*` exists.Justin M. Keyes2017-02-14
* health.vim: Do not check intentionally disabled providers.Justin M. Keyes2017-02-13
* Windows: Clipboard provider win32yankRui Abreu Ferreira2017-01-20
* clipboard: only check for pbcopy on macOS (#5927)Marco Hinz2017-01-11
* provider: add Python 3.6 (#5886)Marco Hinz2017-01-05
* provider/clipboard.vim: fallback if xsel is broken (#5868)Justin M. Keyes2017-01-04
* clipboard: show error message only once and put in history (#5870)Marco Hinz2017-01-04
* Remove g:python{,3}_host_skip_check (#5738)Marco Hinz2016-12-09
* provider/clipboard.vim: never show a warning on sourcingMarco Hinz2016-11-02
* provider/clipboard.vim: refactorMarco Hinz2016-11-02
* job control: reuse common job code for rpc jobsBjörn Linse2016-08-20
* clipboard: fix v:register when clipboard=unnamed,unnamedplusBjörn Linse2016-07-12
* Merge #4980 'Support legacy `:ruby` commands'.Justin M. Keyes2016-07-10
|\
| * Add :ruby, :rubyfile, and :rubydo ex commandsAlex Genco2016-07-02
|/
* doc/python: cleanupJustin M. Keyes2016-06-15
* doc: cleanupJustin M. Keyes2016-06-15
* doc/clipboard: cleanupJustin M. Keyes2016-06-15
* runtime: clipboard: start daemons in /Aleksa Sarai2016-06-07
* Merge pull request #4830 from blueyed/proider-pythonx-handle-127Justin M. Keyes2016-05-28
|\
| * provider/pythonx: handle exit code 127 from pyenvDaniel Hahler2016-05-28
* | provider/pythonx: use robust comparison (via vint)Daniel Hahler2016-05-28
|/
* clipboard: support "doit" toolJoel D. Elkins2016-05-15
* clipboard: support "lemonade" toolShougo Matsushita2016-04-17
* python: move script_host.py to python-clientBjörn Linse2016-03-15
* Ruby remote plugin supportAlex Genco2016-03-10
* rplugin: Initialize remote plugins lazily. #4384Shougo Matsushita2016-03-10
* clipboard: Check $DISPLAY. Prefer xsel. #4150Shougo Matsushita2016-02-05
* clipboard: Detach clipboard helper, so contents is kept after nvim exitBjörn Linse2016-01-20
* python: Add missing I/O methods to RedirectStreamDan Strokirk2016-01-18
* runtime/autoload/provider/python{,3}.vim: fix E168Daniel Hahler2015-11-03
* provider/pythonx: Improve detection code and error messages.Florian Walch2015-09-17
* python: remove current working directory from pathJakob Schnitzer2015-09-14
* provider/pythonx.vim: Use shell-agnostic construction. #3190sanmiguel2015-08-21
* Merge pull request #2910 from blueyed/python-fix-path_hookJustin M. Keyes2015-08-17
|\
| * python: VimPathFinder: remove unused load_module methodDaniel Hahler2015-07-09
| * python: path_hook: properly implement PEP302Daniel Hahler2015-07-09
| * python: VimModuleLoader: check sys.modules[fullname]Daniel Hahler2015-07-09
| * python: VimPathFinder: use find_spec for Python 3.4Daniel Hahler2015-07-09
* | clipboard: support clipboard=unnamedplus,unnamedBjörn Linse2015-08-07
* | python3: remove decoding logic, as this is now done in plugin host #3026Björn Linse2015-07-18
|/
* clipboard: avoid redundant error message on `clipboard_get` failure .Björn Linse2015-06-25
* clipboard: keep track of ownership and cache clipboard data locallyBjörn Linse2015-06-25