File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- *change.txt* For Vim バージョン 8.1 . Last change: 2019 Sep 28
1
+ *change.txt* For Vim バージョン 8.2 . Last change: 2019 Sep 28
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -591,7 +591,7 @@ Vimがフィルタコマンドを実行するときに使うシェルを指定
591
591
あるファイルは自動的に削除される。Vim に setuid ビットが立っているとこれが問題
592
592
を引き起こすことがある。一時ファイルは setuid されたユーザーが所有するのに対
593
593
し、フィルタコマンドは元のユーザーとして動作するためである。
594
- MS-DOS と OS/2 では、以下のディレクトリのうち最初に利用可能なものが使われる:
594
+ MS-Windows では、以下のディレクトリのうち最初に利用可能なものが使われる:
595
595
$TMP, $TEMP, c:\TMP, c:\TEMP。
596
596
Unix におけるディレクトリのリストは: $TMPDIR, /tmp, current-dir, $HOME。
597
597
MS-Windows ではシステム関数 GetTempFileName() が使われる。
Original file line number Diff line number Diff line change 1
- *change.txt* For Vim version 8.1 . Last change: 2019 Sep 28
1
+ *change.txt* For Vim version 8.2 . Last change: 2019 Sep 28
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -611,7 +611,7 @@ attack or other people reading your file). When Vim exits the directory and
611
611
all files in it are deleted. When Vim has the setuid bit set this may cause
612
612
problems, the temp file is owned by the setuid user but the filter command
613
613
probably runs as the original user.
614
- On MS-DOS and OS/2 the first of these directories that works is used: $TMP,
614
+ On MS-Windows the first of these directories that works is used: $TMP,
615
615
$TEMP, c:\TMP, c:\TEMP.
616
616
For Unix the list of directories is: $TMPDIR, /tmp, current-dir, $HOME.
617
617
For MS-Windows the GetTempFileName() system function is used.
You can’t perform that action at this time.
0 commit comments