mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
#1431 Normalize paths when checking for temporary paths on Windows
This commit is contained in:
@@ -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')},
|
||||
\ ],
|
||||
\ )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user