mirror of
https://github.com/neovim/neovim.git
synced 2026-07-16 22:21:30 +00:00
Problem: MS-Windows: crash when passing long string to expand() with
'wildignorecase'.
Solution: Use the same buflen as unix_expandpath() in dos_expandpath().
Remove an unnecessary STRLEN() while at it (zeertzjq).
closes: vim/vim#16896
00a749bd90
(cherry picked from commit ec8fc28743)