Skip to content

Commit d4a1be0

Browse files
authored
Merge pull request #2024 from h-east/update-vim9class
Update vim9class.{txt,jax}
2 parents a25899a + 6a17218 commit d4a1be0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/vim9class.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vim9class.txt* For Vim バージョン 9.1. Last change: 2025 Feb 16
1+
*vim9class.txt* For Vim バージョン 9.1. Last change: 2025 Apr 05
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -636,9 +636,9 @@ Shape, Square および Triangle を使用した上記の例は、オブジェ
636636
れる。オブジェクトがクラスからインスタンス化されると、変数の型が設定される。
637637

638638
次の予約キーワード名は、オブジェクトまたはクラス変数名として使用できない:
639-
"super", "this", "true", "false", "null", "null_blob", "null_dict",
640-
"null_function", "null_list", "null_partial", "null_string", "null_channel" お
641-
よび "null_job"。
639+
"super", "this", "true", "false", "null", "null_blob", "null_channel",
640+
"null_class", "null_dict", "null_function", "null_job", "null_list",
641+
"null_object", "null_partial" および "null_string"。
642642

643643
クラスを拡張する ~
644644
*extends*

en/vim9class.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vim9class.txt* For Vim version 9.1. Last change: 2025 Feb 16
1+
*vim9class.txt* For Vim version 9.1. Last change: 2025 Apr 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -641,8 +641,8 @@ class, then the type of the variable is set.
641641

642642
The following reserved keyword names cannot be used as an object or class
643643
variable name: "super", "this", "true", "false", "null", "null_blob",
644-
"null_dict", "null_function", "null_list", "null_partial", "null_string",
645-
"null_channel" and "null_job".
644+
"null_channel", "null_class", "null_dict", "null_function", "null_job",
645+
"null_list", "null_object", "null_partial" and "null_string".
646646

647647
Extending a class ~
648648
*extends*

0 commit comments

Comments
 (0)