Merge pull request #743 from jez/fix-ghc-mod

Correctly resolve temp files on macOS
This commit is contained in:
w0rp 2017-07-09 13:56:21 +01:00 committed by GitHub
commit c67d3b7e60
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ endfunction
function! ale#path#IsTempName(filename) abort
let l:prefix_list = [
\ $TMPDIR,
\ resolve($TMPDIR),
\ '/run/user',
\]