mattboehm / vim-unstack

Vim plugin for parsing stack traces and opening the files
286 stars 15 forks source link

Are windows path separators problematic? #6

Closed mattboehm closed 11 years ago

mattboehm commented 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.

mattboehm commented 11 years ago

Nope, seems to work fine