Skip to content

Commit 76af8d8

Browse files
authored
Merge pull request #763 from miyamizu/miyamizu/update-change.txt
update change.{txt, jax}
2 parents d6902a0 + 2bd1ca9 commit 76af8d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/change.jax

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim バージョン 8.1. Last change: 2019 Sep 28
1+
*change.txt* For Vim バージョン 8.2. Last change: 2019 Sep 28
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -591,7 +591,7 @@ Vimがフィルタコマンドを実行するときに使うシェルを指定
591591
あるファイルは自動的に削除される。Vim に setuid ビットが立っているとこれが問題
592592
を引き起こすことがある。一時ファイルは setuid されたユーザーが所有するのに対
593593
し、フィルタコマンドは元のユーザーとして動作するためである。
594-
MS-DOS と OS/2 では、以下のディレクトリのうち最初に利用可能なものが使われる:
594+
MS-Windows では、以下のディレクトリのうち最初に利用可能なものが使われる:
595595
$TMP, $TEMP, c:\TMP, c:\TEMP。
596596
Unix におけるディレクトリのリストは: $TMPDIR, /tmp, current-dir, $HOME。
597597
MS-Windows ではシステム関数 GetTempFileName() が使われる。

en/change.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -611,7 +611,7 @@ attack or other people reading your file). When Vim exits the directory and
611611
all files in it are deleted. When Vim has the setuid bit set this may cause
612612
problems, the temp file is owned by the setuid user but the filter command
613613
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,
615615
$TEMP, c:\TMP, c:\TEMP.
616616
For Unix the list of directories is: $TMPDIR, /tmp, current-dir, $HOME.
617617
For MS-Windows the GetTempFileName() system function is used.

0 commit comments

Comments
 (0)