Skip to content

Commit 64f8fe4

Browse files
authored
Merge pull request #2540 from h-east/update-starting
Update starting.{txt,jax}
2 parents ef9fec2 + 9891719 commit 64f8fe4

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

doc/starting.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim バージョン 9.2. Last change: 2026 Feb 25
1+
*starting.txt* For Vim バージョン 9.2. Last change: 2026 Mar 17
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -247,8 +247,8 @@ VMSでは全てのオプション引数は小文字であるとみなされる
247247
しない。これにはサスペンドであるCTRL-Zや、":sh"、フィルタリン
248248
グ、|system()| 関数、バッククォートの評価、libcall() が含まれ
249249
る。
250-
|delete()|, |rename()|, |mkdir()|, |job_start()|, |setenv()|
251-
なども許可されていない
250+
また、|delete()||rename()||mkdir()||job_start()|
251+
|setenv()|、環境変数の設定なども禁止されている
252252
Python、Ruby、Luaなどのインターフェイスも、シェルコマンドの実
253253
行に使用される可能性があるため無効になっている。PerlはSafeモ
254254
ジュールを使用している。

en/starting.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim version 9.2. Last change: 2026 Feb 25
1+
*starting.txt* For Vim version 9.2. Last change: 2026 Mar 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -252,7 +252,8 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
252252
":sh", filtering, the |system()| function, backtick expansion
253253
and libcall().
254254
Also disallowed are |delete()|, |rename()|, |mkdir()|,
255-
|job_start()|, |setenv()| etc.
255+
|job_start()|, |setenv()| and setting environment variables,
256+
etc.
256257
Interfaces, such as Python, Ruby and Lua, are also disabled,
257258
since they could be used to execute shell commands. Perl uses
258259
the Safe module.

0 commit comments

Comments
 (0)