]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0711: temp directory might be cleared v8.2.0711
authorBram Moolenaar <Bram@vim.org>
Thu, 7 May 2020 16:37:03 +0000 (18:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 7 May 2020 16:37:03 +0000 (18:37 +0200)
commitb2d0e51366dea6843f991f31a457f5456d162678
treec220d988cb585427bf0e4eae0fc648ec3d0524d5
parent4a070cc82e00618db279526797564cb2b4e9b060
patch 8.2.0711: temp directory might be cleared

Problem:    With a long running Vim the temp directory might be cleared on
            some systems.
Solution:   Lock the temp directory. (closes #6044)
src/auto/configure
src/config.h.in
src/configure.ac
src/fileio.c
src/globals.h
src/os_unix.h
src/version.c