Skip to content

Commit 582e2ff

Browse files
authored
Merge pull request #1333 from vim-jp/hh-update-usr_41
Update usr_41.{txt,jax}
2 parents 7d34c1d + edaa6fc commit 582e2ff

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/usr_41.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,8 @@ Blob 操作: *blob-functions*
853853
srand() rand() を使うためのシード値の初期化
854854

855855
変数: *var-functions*
856+
instanceof() 変数が指定されたクラスのインスタンスであるかど
857+
うかを確認する
856858
type() 数値による変数の型
857859
typename() テキストによる変数の型
858860
islocked() 変数がロックされているか判定する
@@ -1208,6 +1210,7 @@ Vimサーバー: *server-functions*
12081210
json_decode() JSONの文字列をVimの型にデコードする
12091211
js_encode() 式をJSONの文字列にエンコードする
12101212
js_decode() JSONの文字列をVimの型にデコードする
1213+
err_teapot() エラー 418 または 503 を与える
12111214

12121215
ジョブ: *job-functions*
12131216
job_start() Job を開始する
@@ -1356,7 +1359,7 @@ Registers: *register-functions*
13561359
libcallnr() 同上、数値を返す
13571360

13581361
undofile() アンドゥファイルの名前を得る
1359-
undotree() アンドゥツリーの状態を返す
1362+
undotree() バッファのアンドゥツリーの状態を返す
13601363

13611364
shiftwidth() 'shiftwidth' の実際の値
13621365

en/usr_41.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,7 @@ Other computation: *bitwise-function*
877877
srand() initialize seed used by rand()
878878

879879
Variables: *var-functions*
880+
instanceof() check if a variable is an instance of a given class
880881
type() type of a variable as a number
881882
typename() type of a variable as text
882883
islocked() check if a variable is locked
@@ -1232,6 +1233,7 @@ Inter-process communication: *channel-functions*
12321233
json_decode() decode a JSON string to Vim types
12331234
js_encode() encode an expression to a JSON string
12341235
js_decode() decode a JSON string to Vim types
1236+
err_teapot() give error 418 or 503
12351237

12361238
Jobs: *job-functions*
12371239
job_start() start a job
@@ -1372,7 +1374,7 @@ Various: *various-functions*
13721374
libcallnr() idem, returning a number
13731375

13741376
undofile() get the name of the undo file
1375-
undotree() return the state of the undo tree
1377+
undotree() return the state of the undo tree for a buffer
13761378

13771379
shiftwidth() effective value of 'shiftwidth'
13781380

0 commit comments

Comments
 (0)