mirror of
https://github.com/neovim/neovim.git
synced 2026-08-26 00:51:53 +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