On Windows, sometimes vim's quickfix Window will get file names wrong.
Instead of
c:\code\...\file.cc | ... | line
it'll do:
/code/.../file.cc | ... | line
And navigation won't work. This is probably due to shellslash, or some similar option.
Need to figure out what it is, and try to work around it (ideally keeping our "default to git-bash for stuff", but can do without it and just create a command for :terminal ...git-bash.exe)
On Windows, sometimes vim's quickfix Window will get file names wrong.
Instead of
it'll do:
And navigation won't work. This is probably due to
shellslash, or some similar option.Need to figure out what it is, and try to work around it (ideally keeping our "default to git-bash for stuff", but can do without it and just create a command for
:terminal ...git-bash.exe)