File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -614,9 +614,10 @@ attack or other people reading your file). When Vim exits the directory and
614
614
all files in it are deleted. When Vim has the setuid bit set this may cause
615
615
problems, the temp file is owned by the setuid user but the filter command
616
616
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
620
621
For MS-Windows the GetTempFileName() system function is used.
621
622
For other systems the tmpnam() library function is used.
622
623
You can’t perform that action at this time.
0 commit comments