From 78e943a16fee95b67bdae660f05cff0271de4b57 Mon Sep 17 00:00:00 2001 From: miyazaki Date: Tue, 24 Dec 2019 16:19:15 +0900 Subject: [PATCH 1/2] update change.{txt, jax} --- doc/change.jax | 2 +- en/change.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/change.jax b/doc/change.jax index 5f52b1bf6..2c178c18f 100644 --- a/doc/change.jax +++ b/doc/change.jax @@ -1,4 +1,4 @@ -*change.txt* For Vim バージョン 8.1. Last change: 2019 Sep 28 +*change.txt* For Vim バージョン 8.2. Last change: 2019 Sep 28 VIMリファレンスマニュアル by Bram Moolenaar diff --git a/en/change.txt b/en/change.txt index eda0d6cfb..a4b7fab78 100644 --- a/en/change.txt +++ b/en/change.txt @@ -1,4 +1,4 @@ -*change.txt* For Vim version 8.1. Last change: 2019 Sep 28 +*change.txt* For Vim version 8.2. Last change: 2019 Sep 28 VIM REFERENCE MANUAL by Bram Moolenaar From 2bd1ca9bf7b80ffccd465227a1ba735d26e736d9 Mon Sep 17 00:00:00 2001 From: miyazaki Date: Sat, 28 Dec 2019 17:03:18 +0900 Subject: [PATCH 2/2] update change.{txt, jax} --- doc/change.jax | 2 +- en/change.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/change.jax b/doc/change.jax index 2c178c18f..ed4d0387e 100644 --- a/doc/change.jax +++ b/doc/change.jax @@ -591,7 +591,7 @@ Vimがフィルタコマンドを実行するときに使うシェルを指定 あるファイルは自動的に削除される。Vim に setuid ビットが立っているとこれが問題 を引き起こすことがある。一時ファイルは setuid されたユーザーが所有するのに対 し、フィルタコマンドは元のユーザーとして動作するためである。 -MS-DOS と OS/2 では、以下のディレクトリのうち最初に利用可能なものが使われる: +MS-Windows では、以下のディレクトリのうち最初に利用可能なものが使われる: $TMP, $TEMP, c:\TMP, c:\TEMP。 Unix におけるディレクトリのリストは: $TMPDIR, /tmp, current-dir, $HOME。 MS-Windows ではシステム関数 GetTempFileName() が使われる。 diff --git a/en/change.txt b/en/change.txt index a4b7fab78..1acb267c1 100644 --- a/en/change.txt +++ b/en/change.txt @@ -611,7 +611,7 @@ attack or other people reading your file). When Vim exits the directory and all files in it are deleted. When Vim has the setuid bit set this may cause problems, the temp file is owned by the setuid user but the filter command probably runs as the original user. -On MS-DOS and OS/2 the first of these directories that works is used: $TMP, +On MS-Windows the first of these directories that works is used: $TMP, $TEMP, c:\TMP, c:\TEMP. For Unix the list of directories is: $TMPDIR, /tmp, current-dir, $HOME. For MS-Windows the GetTempFileName() system function is used.