aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/provider/pythonx.vim
Commit message (Expand)AuthorAge
* fix(provider/pythonx): import the correct module (#25342)zeertzjq2023-09-24
* fix(provider): cannot detect python3.12 #25316Jongwook Choi2023-09-23
* refactor(provider): use list comprehension #19027Zaz Brown2022-06-20
* fix(checkhealth): make provider checkhealth output more consistent (#17722)dundargoc2022-03-16
* feat(provider)!: remove support for python2 and python3.[3-5]Björn Linse2022-01-29
* fix(provider): compare versions as number, not string #15937Tejasvi S. Tomar2021-10-07
* checkhealth: ignore 'wildignore' when seeking executables (#14495)Marco Hinz2021-05-07
* provider: update supported Python versions (#13070)Marco Hinz2020-10-08
* Add overlapped option to jobstarterw72020-06-10
* provider: Add python3.9 to autoload/provider/pythonx.vim (#12344)Faris A Chugthai2020-05-20
* provider/python: add python3.8 executable (#11402)Marco Hinz2019-11-17
* provider/pythonx: don't assume CWD (empty string) is in path #11304supermomonga2019-10-27
* provider#pythonx: resolve/expand exe from host var (#11047)Daniel Hahler2019-09-30
* health/pythonx: handle "pip upgrade failure"Marco Hinz2019-01-07
* health/pythonx: refactor #Detect()Marco Hinz2019-01-07
* python#CheckForModule: Use the given module string instead of hard-coding pynvimJames McCoy2019-01-01
* {health,provider}/python: Import the neovim, rather than pynvim, moduleJames McCoy2019-01-01
* provider/lang: expand() g:foo_host_prog (#9312)Justin M. Keyes2018-12-05
* health/python: warn if pynvim upgrade failedMarco Hinz2018-11-20
* provider/python: refactoringMarco Hinz2018-11-20
* health/python: 'neovim' module was renamed to 'pynvim'Marco Hinz2018-11-17
* Add provider#Poll() to handle starting and polling the providerJames McCoy2018-02-16
* provider: Safely access job.stderr in #RequireJames McCoy2018-02-16
* provider: delete vimL stderr collector, now that it exists builtinBjörn Linse2017-12-23
* Revert "provider: delete vimL stderr collector, now that it exists builtin"Björn Linse2017-11-27
* provider: delete vimL stderr collector, now that it exists builtinBjörn Linse2017-11-26
* provider: Extra pythonx's stderr handling to common functionsJames McCoy2017-07-24
* health.vim: Set 'iskeyword' to that of ft=help.Justin M. Keyes2017-04-19
* provider: add Python 3.6 (#5886)Marco Hinz2017-01-05
* 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