Skip to content

Commit b2fe738

Browse files
committed
change.txt: Update Vim 8.2.4804
1 parent c585344 commit b2fe738

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

en/change.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -614,9 +614,10 @@ attack or other people reading your file). When Vim exits the directory and
614614
all files in it are deleted. When Vim has the setuid bit set this may cause
615615
problems, the temp file is owned by the setuid user but the filter command
616616
probably runs as the original user.
617-
On MS-Windows the first of these directories that works is used: $TMP,
618-
$TEMP, c:\TMP, c:\TEMP.
619-
For Unix the list of directories is: $TMPDIR, /tmp, current-dir, $HOME.
617+
Directory for temporary files is created in the first of these directories
618+
that works:
619+
Unix: $TMPDIR, /tmp, current-dir, $HOME.
620+
Windows: $TMP, $TEMP, c:\TMP, c:\TEMP
620621
For MS-Windows the GetTempFileName() system function is used.
621622
For other systems the tmpnam() library function is used.
622623

0 commit comments

Comments
 (0)