mirror of
https://github.com/neovim/neovim.git
synced 2026-09-10 16:05:55 +00:00
In command_line_scan() for MSWIN, expand "~\" or "~/" prefixed paths to the USERPROFILE environment variable for the user's profile directory. Fix #23901 Signed-off-by: Rafael Kitover <rkitover@gmail.com>