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

This double escaping was likely introduced because it was the only way
to make :Open work with hashes/percent signs despite shellescape(..., 1)
supposedly taking care of it, but then breaks the gx mapping
on MSYS2 as reported at [0]
Since special characters in the URL following :Open can be escaped,
whereas gx simply breaks and is more common, no longer double escape
[0]: https://github.com/vim/vim/issues/16252
fixes: vim/vim#16252
closes: vim/vim#16265
2328a39a54
Co-authored-by: Konfekt <Konfekt@users.noreply.github.com>