mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00

In the case of nested repos, such as when "neovim/" repo contains
"neovim/.vim-src/" repo,
git rev-parse --show-toplevel
returns the fullpath to the "neovim/" repo, which failed the condition.
ref #8875
ref c05d7153d3