unlet $TMPDIR too, where we can

This commit is contained in:
w0rp 2018-07-15 23:04:50 +01:00
parent d9e12cb047
commit b2e2bbd042
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