mirror of
https://github.com/vim/vim.git
synced 2026-05-28 00:21:37 +02:00
ab4ebb62ee
Problem: runtime(netrw): RFC2396 decoding double escaping spaces
(lilydjwg, after 3e60f03d94)
Solution: Remove escape() call, since we are using fnameescape() anyhow
fixes: #19913
Signed-off-by: Christian Brabandt <cb@256bit.org>