mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00

On Windows we store non-config data in "$XDG_DATA_HOME/nvim-data". But the "…/site" items in 'runtimepath' did not correctly point to that location, they used "…/nvim/site". Fix the init logic to use "…/nvim-data/site". closes #9910