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