mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00

After #4964 environment variables in the XDG "fallback" table are no longer expanded. Fallback to correctly expanded $LOCALAPPDATA, $TEMP. If that fails (unlikely), fallback to hard-coded paths (e.g. ~/AppData/Local). Closes #5255