unlet $TMPDIR too, where we can
This commit is contained in:
parent
d29e32d42d
commit
fb8c090971
1 changed files with 1 additions and 0 deletions
|
@ -290,6 +290,7 @@ function! ale#util#Tempname() abort
|
||||||
finally
|
finally
|
||||||
if l:clear_tempdir
|
if l:clear_tempdir
|
||||||
let $TMPDIR = ''
|
let $TMPDIR = ''
|
||||||
|
silent! unlet! $TMPDIR
|
||||||
endif
|
endif
|
||||||
endtry
|
endtry
|
||||||
|
|
||||||
|
|
Reference in a new issue