mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +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