Closed mattboehm closed 11 years ago
Windows uses \ as a path separator. In stack traces, this may appear escaped as \\. If this happens, determine whether or not vim will open files on Windows if \\ is used as a separator.
\
\\
Nope, seems to work fine
Windows uses
\
as a path separator. In stack traces, this may appear escaped as\\
. If this happens, determine whether or not vim will open files on Windows if\\
is used as a separator.