unlet $TMPDIR too, where we can

This commit is contained in:
w0rp 2018-07-15 23:04:50 +01:00
parent d29e32d42d
commit fb8c090971
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ function! ale#util#Tempname() abort
finally
if l:clear_tempdir
let $TMPDIR = ''
silent! unlet! $TMPDIR
endif
endtry