File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -853,6 +853,8 @@ Blob 操作: *blob-functions*
853
853
srand() rand() を使うためのシード値の初期化
854
854
855
855
変数: *var-functions*
856
+ instanceof() 変数が指定されたクラスのインスタンスであるかど
857
+ うかを確認する
856
858
type() 数値による変数の型
857
859
typename() テキストによる変数の型
858
860
islocked() 変数がロックされているか判定する
@@ -1208,6 +1210,7 @@ Vimサーバー: *server-functions*
1208
1210
json_decode() JSONの文字列をVimの型にデコードする
1209
1211
js_encode() 式をJSONの文字列にエンコードする
1210
1212
js_decode() JSONの文字列をVimの型にデコードする
1213
+ err_teapot() エラー 418 または 503 を与える
1211
1214
1212
1215
ジョブ: *job-functions*
1213
1216
job_start() Job を開始する
@@ -1356,7 +1359,7 @@ Registers: *register-functions*
1356
1359
libcallnr() 同上、数値を返す
1357
1360
1358
1361
undofile() アンドゥファイルの名前を得る
1359
- undotree() アンドゥツリーの状態を返す
1362
+ undotree() バッファのアンドゥツリーの状態を返す
1360
1363
1361
1364
shiftwidth() 'shiftwidth' の実際の値
1362
1365
Original file line number Diff line number Diff line change @@ -877,6 +877,7 @@ Other computation: *bitwise-function*
877
877
srand() initialize seed used by rand()
878
878
879
879
Variables: *var-functions*
880
+ instanceof() check if a variable is an instance of a given class
880
881
type() type of a variable as a number
881
882
typename() type of a variable as text
882
883
islocked() check if a variable is locked
@@ -1232,6 +1233,7 @@ Inter-process communication: *channel-functions*
1232
1233
json_decode() decode a JSON string to Vim types
1233
1234
js_encode() encode an expression to a JSON string
1234
1235
js_decode() decode a JSON string to Vim types
1236
+ err_teapot() give error 418 or 503
1235
1237
1236
1238
Jobs: *job-functions*
1237
1239
job_start() start a job
@@ -1372,7 +1374,7 @@ Various: *various-functions*
1372
1374
libcallnr() idem, returning a number
1373
1375
1374
1376
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
1376
1378
1377
1379
shiftwidth() effective value of 'shiftwidth'
1378
1380
You can’t perform that action at this time.
0 commit comments