Skip to content

Commit b9643bf

Browse files
authored
Merge pull request #1543 from vim-jp/hh-update-change
Update change.{txt,jax}
2 parents 5f9360a + 2ae3986 commit b9643bf

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc/change.jax

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim バージョン 9.1. Last change: 2024 May 05
1+
*change.txt* For Vim バージョン 9.1. Last change: 2024 May 18
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -602,9 +602,10 @@ Vimがフィルタコマンドを実行するときに使うシェルを指定
602602
される。Unix ではこのファイルはプライベートな (自分だけがアクセスできる) ディ
603603
レクトリに置かれる。セキュリティ上の問題 (symlink attack や他の人があなたのファ
604604
イルを読むなど) を避けるためである。Vim が終了するとき、そのディレクトリと中に
605-
あるファイルは自動的に削除される。Vim に setuid ビットが立っているとこれが問題
606-
を引き起こすことがある。一時ファイルは setuid されたユーザーが所有するのに対
607-
し、フィルタコマンドは元のユーザーとして動作するためである。
605+
あるファイルは自動的に削除される (Unix のみ。他のシステムでは自分で片づける必
606+
要がある)。Vim に setuid ビットが立っているとこれが問題を引き起こすことがある。
607+
一時ファイルは setuid されたユーザーが所有するのに対し、フィルタコマンドは元の
608+
ユーザーとして動作するためである。
608609
一時ファイルのディレクトリはこれらから機能する最初のディレクトリに作成される:
609610
Unix: $TMPDIR, /tmp, current-dir, $HOME.
610611
Windows: $TMP, $TEMP, c:\TMP, c:\TEMP

en/change.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim version 9.1. Last change: 2024 May 05
1+
*change.txt* For Vim version 9.1. Last change: 2024 May 18
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -623,7 +623,8 @@ Vim uses temporary files for filtering, generating diffs and also for
623623
tempname(). For Unix, the file will be in a private directory (only
624624
accessible by the current user) to avoid security problems (e.g., a symlink
625625
attack or other people reading your file). When Vim exits the directory and
626-
all files in it are deleted. When Vim has the setuid bit set this may cause
626+
all files in it are deleted (only on Unix, on other systems you will have to
627+
clean up yourself). When Vim has the setuid bit set this may cause
627628
problems, the temp file is owned by the setuid user but the filter command
628629
probably runs as the original user.
629630
Directory for temporary files is created in the first of these directories

0 commit comments

Comments
 (0)