Skip to content

Commit ea1c34d

Browse files
committed
Revert "Update usr_41.{txt,jax}"
This reverts commit 289dc64.
1 parent 289dc64 commit ea1c34d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

doc/usr_41.jax

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

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

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

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

13641361
shiftwidth() 'shiftwidth' の実際の値
13651362

en/usr_41.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,6 @@ 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
881880
type() type of a variable as a number
882881
typename() type of a variable as text
883882
islocked() check if a variable is locked
@@ -1233,7 +1232,6 @@ Inter-process communication: *channel-functions*
12331232
json_decode() decode a JSON string to Vim types
12341233
js_encode() encode an expression to a JSON string
12351234
js_decode() decode a JSON string to Vim types
1236-
err_teapot() give error 418 or 503
12371235

12381236
Jobs: *job-functions*
12391237
job_start() start a job
@@ -1374,7 +1372,7 @@ Various: *various-functions*
13741372
libcallnr() idem, returning a number
13751373

13761374
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
13781376

13791377
shiftwidth() effective value of 'shiftwidth'
13801378

0 commit comments

Comments
 (0)