mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 13:45:15 -07:00
b4b4cf46a7
Fix the following two issues: - pyenv root detection issue When `PYENV_ROOT` environment variable is not set, neovim will detect pyenv's root via `pyenv root` command, but which will be always fail because `vim.fn.system()` returns result with additional `\n`. Using `vim.system` instead prevents this problem. to trim it before check whether it is exists - python executable path detection issue Filter unrelated `python-config` in cases where multiple python versions are installed, e.g. `python-config`, `python3.10-config`, `python3.11-config` etc. |
||
---|---|---|
.. | ||
health.lua | ||
perl.lua | ||
python.lua | ||
ruby.lua |