mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-31 08:34:30 +08:00
#729 - Use a wrapper for simplify to fix // problems on Windows
This commit is contained in:
@@ -15,5 +15,5 @@ function! ale#test#SetFilename(path) abort
|
||||
let l:dir = getcwd()
|
||||
endif
|
||||
|
||||
silent noautocmd execute 'file ' . fnameescape(simplify(l:dir . '/' . a:path))
|
||||
silent noautocmd execute 'file ' . fnameescape(ale#path#Simplify(l:dir . '/' . a:path))
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user