mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00

Backslashes are valid characters in unix style paths. Fix the conversion of backslashes to forward slashes in several `vim.fs` functions when not on Windows. On Windows, backslashes will still be converted to forward slashes.