Skip to content

Commit 5dd5f56

Browse files
committed
Update starting.{txt,jax}
1 parent 4a32092 commit 5dd5f56

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

doc/starting.jax

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim バージョン 9.0. Last change: 2023 Oct 17
1+
*starting.txt* For Vim バージョン 9.0. Last change: 2023 Oct 20
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -245,9 +245,10 @@ VMSでは全てのオプション引数は小文字であるとみなされる
245245
*-Z* *restricted-mode* *E145* *E981*
246246
-Z 制限モード。外部シェルを実行するあらゆるコマンドの使用を許可
247247
しない。これにはサスペンドであるCTRL-Zや、":sh"、フィルタリン
248-
グ、system() 関数、バッククォートの評価、libcall() が含まれる。
249-
delete()、rename()、mkdir()、job_start() なども許可されていな
250-
い。
248+
グ、|system()| 関数、バッククォートの評価、libcall() が含まれ
249+
る。
250+
|delete()|, |rename()|, |mkdir()|, |job_start()|, |setenv()|
251+
なども許可されていない。
251252
Python、Ruby、Luaなどのインターフェイスも、シェルコマンドの実
252253
行に使用される可能性があるため無効になっている。PerlはSafeモ
253254
ジュールを使用している。

en/starting.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim version 9.0. Last change: 2023 Oct 17
1+
*starting.txt* For Vim version 9.0. Last change: 2023 Oct 20
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -249,10 +249,10 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
249249
*-Z* *restricted-mode* *E145* *E981*
250250
-Z Restricted mode. All commands that make use of an external
251251
shell are disabled. This includes suspending with CTRL-Z,
252-
":sh", filtering, the system() function, backtick expansion
252+
":sh", filtering, the |system()| function, backtick expansion
253253
and libcall().
254-
Also disallowed are delete(), rename(), mkdir(), job_start(),
255-
etc.
254+
Also disallowed are |delete()|, |rename()|, |mkdir()|,
255+
|job_start()|, |setenv()| etc.
256256
Interfaces, such as Python, Ruby and Lua, are also disabled,
257257
since they could be used to execute shell commands. Perl uses
258258
the Safe module.

0 commit comments

Comments
 (0)