]> granicus.if.org Git - vim/commit
patch 8.2.2055: MS-Windows: two Vim instances may use the same temp file v8.2.2055
authorBram Moolenaar <Bram@vim.org>
Thu, 26 Nov 2020 18:47:28 +0000 (19:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 26 Nov 2020 18:47:28 +0000 (19:47 +0100)
commit2472a74be4dedfeaff22314f31cf9787618163d1
treef4bae9fddfe574e6049939d6ae53c391eda67ef2
parentd49a35a1c3b736637733b36011fccbee7ef43fcf
patch 8.2.2055: MS-Windows: two Vim instances may use the same temp file

Problem:    MS-Windows: two Vim instances may use the same temp file.
Solution:   Use the process ID for the temp name. (Ken Takata, closes #7378)
src/fileio.c
src/version.c