aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/provider/pythonx.vim
Commit message (Expand)AuthorAge
* Remove g:python{,3}_host_skip_check (#5738)Marco Hinz2016-12-09
* job control: reuse common job code for rpc jobsBjörn Linse2016-08-20
* doc/python: cleanupJustin M. Keyes2016-06-15
* 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
|/
* Ruby remote plugin supportAlex Genco2016-03-10
* rplugin: Initialize remote plugins lazily. #4384Shougo Matsushita2016-03-10
* 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
* provider/pythonx: Show absolute path to executable in error message.Florian Walch2015-06-09
* provider/pythonx: Merge s:check_version() and s:check_interpreter().Florian Walch2015-06-09
* provider/pythonx: Don't use Python 3 interpreter for +python.Florian Walch2015-06-09
* provider/pythonx: return error from DetectDaniel Hahler2015-06-09
* provider/pythonx: Detect: only return valid versionsDaniel Hahler2015-06-09
* provider/pythonx: test python3/2 first, do not test python3.2Daniel Hahler2015-06-09
* provider/pythonx: add reference to ":help nvim-python" for errorDaniel Hahler2015-06-09
* provider/pythonx: fix grammar with errorDaniel Hahler2015-06-09
* provider/pythonx: only call system("python") onceDaniel Hahler2015-06-09
* Add if_python3 supportShougo Matsushita2015-04-21