| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | provider/pythonx.vim: Use shell-agnostic construction. #3190 | sanmiguel | 2015-08-21 |
| | | |||
| * | provider/pythonx: Show absolute path to executable in error message. | Florian Walch | 2015-06-09 |
| | | |||
| * | provider/pythonx: Merge s:check_version() and s:check_interpreter(). | Florian Walch | 2015-06-09 |
| | | |||
| * | provider/pythonx: Don't use Python 3 interpreter for +python. | Florian Walch | 2015-06-09 |
| | | | | | | | | | | The executable 'python' can refer to either Python 2 or Python 3. Add a check to only accept Python 2 interpreters as providers for +python. Also improve the error messages. Resolves #2734. | ||
| * | provider/pythonx: return error from Detect | Daniel Hahler | 2015-06-09 |
| | | | | | Ref: https://github.com/blueyed/neovim/commit/9b653ce0#commitcomment-11195449 | ||
| * | provider/pythonx: Detect: only return valid versions | Daniel Hahler | 2015-06-09 |
| | | | | | | The `check` return value of `s:check_version` was not being used, and it was returned always. | ||
| * | provider/pythonx: test python3/2 first, do not test python3.2 | Daniel Hahler | 2015-06-09 |
| | | | | | | python3/python2 will typically point at the default / most recent interpreter. | ||
| * | provider/pythonx: add reference to ":help nvim-python" for error | Daniel Hahler | 2015-06-09 |
| | | |||
| * | provider/pythonx: fix grammar with error | Daniel Hahler | 2015-06-09 |
| | | |||
| * | provider/pythonx: only call system("python") once | Daniel Hahler | 2015-06-09 |
| | | | | | | `s:check_interpreter` will query/return the version also, so that `s:check_version` can just use that, without calling "python" again. | ||
| * | Add if_python3 support | Shougo Matsushita | 2015-04-21 |
| Reviewed-by: Michael Reed <m.reed@mykolab.com>, Daniel Hahler <github@thequod.de> Helped-by: Daniel Hahler <github@thequod.de> | |||