mirror of
https://github.com/neovim/neovim.git
synced 2026-01-14 09:05:23 +00:00
`:CheckHealth nvim` would always report an outdated manifest if symlinks were used, because the manifest file contains unresolved paths that get compared against resolved paths. Now we resolve paths before they get written to the manifest file.