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
|
||||
if l:clear_tempdir
|
||||
let $TMPDIR = ''
|
||||
silent! unlet! $TMPDIR
|
||||
endif
|
||||
endtry
|
||||
|
||||
|
|
Reference in a new issue