#1431 Normalize paths when checking for temporary paths on Windows

This commit is contained in:
w0rp
2018-03-18 20:39:42 +00:00
parent 68b9399d4c
commit 43e8f47e6e
3 changed files with 3 additions and 6 deletions

View File

@@ -324,7 +324,7 @@ Execute(FixLocList should interpret temporary filenames as being the current buf
\ 'foobar',
\ [
\ {'text': 'a', 'lnum': 2, 'filename': b:temp_name},
\ {'text': 'a', 'lnum': 3, 'filename': b:temp_name},
\ {'text': 'a', 'lnum': 3, 'filename': substitute(b:temp_name, '\\', '/', 'g')},
\ ],
\ )