diff --git a/doc/change.jax b/doc/change.jax index 5f52b1bf6..ed4d0387e 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 @@ -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 eda0d6cfb..1acb267c1 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 @@ -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.