Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update change.{txt, jax} #763

Merged
merged 2 commits into from
Jan 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/change.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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() が使われる。
Expand Down
4 changes: 2 additions & 2 deletions en/change.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down