mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
There are some systems that have usernames of the form DOMAIN\username, which causes an invalid escape character to be inserted. I was going to add some escaping, but decided it would be best to just outright set the value, since I don't want the DOMAIN portion in there anyways.