Fix some path issues, and get lsp dir tests passing on Windows

This commit is contained in:
w0rp
2017-09-09 18:39:56 +01:00
parent 8055a03067
commit b3a9a0e3e8
3 changed files with 25 additions and 15 deletions

View File

@@ -50,5 +50,5 @@ function! ale#test#SetFilename(path) abort
\ ? a:path
\ : l:dir . '/' . a:path
silent noautocmd execute 'file ' . fnameescape(ale#path#Simplify(l:full_path))
silent noautocmd execute 'file ' . fnameescape(ale#path#Winify(l:full_path))
endfunction