vim-go
vim-go copied to clipboard
Escape backslashes
Completion of :GoImport does not work since the path is not escaped.
I'm having a hard time find a failure mode for the current implementation. How can I duplicate the problem that this PR solves?
As far as I walked issues, there are no filed issues will be fixed by this PR.
Have you seen a problem in the wild? I'm trying to figure out how to duplicate the problem that this would fix 🤔
@mattn Is this trying to solve a problem on Windows?
Is '\\' necessary or can it be shortened to '\'?