mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 03:28:33 +00:00

Always check for the presence of pyenv_root if pyenv is installed: if it is not set, we don't know if it was intentional. If it wasn't intentional, the warning is confusing (see #7176). closes #7176