Skip to content

Commit 2c4ccd4

Browse files
authored
Merge pull request #1383 from vim-jp/hh-update-vim9class
Update vim9class.{txt,jax}
2 parents ded5f77 + 5d3b174 commit 2c4ccd4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/vim9class.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vim9class.txt* For Vim バージョン 9.0. Last change: 2023 Sep 18
1+
*vim9class.txt* For Vim バージョン 9.0. Last change: 2023 Nov 20
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -395,7 +395,7 @@ Note コンストラクタは常に "static" であるため、コンストラ
395395
抽象クラスは、new() メソッドがないことを除き、通常のクラスと同じ方法で定義され
396396
る。 *E1359*
397397

398-
*abstract-method* *E1371* *E1372*
398+
*abstract-method* *E1371* *E1372*
399399
抽象メソッドは、抽象クラス内でメソッド定義時に "abstract" プリフィックスを使用
400400
することで定義できる: >
401401

en/vim9class.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vim9class.txt* For Vim version 9.0. Last change: 2023 Sep 18
1+
*vim9class.txt* For Vim version 9.0. Last change: 2023 Nov 20
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -402,7 +402,7 @@ class, for which objects can be created. Example: >
402402
An abstract class is defined the same way as a normal class, except that it
403403
does not have any new() method. *E1359*
404404

405-
*abstract-method* *E1371* *E1372*
405+
*abstract-method* *E1371* *E1372*
406406
An abstract method can be defined in an abstract class by using the "abstract"
407407
prefix when defining the method: >
408408

0 commit comments

Comments
 (0)