1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-11-26 19:47:28 +01:00
parent d49a35a1c3
commit 2472a74be4
2 changed files with 11 additions and 2 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2055,
/**/
2054,
/**/