Skip to content

Commit b4a18b5

Browse files
authored
Merge pull request #2526 from h-east/update-vim9class
Update vim9class.{txt,jax}
2 parents d94cabb + 63b8133 commit b4a18b5

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

doc/vim9class.jax

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vim9class.txt* For Vim バージョン 9.2. Last change: 2026 Feb 14
1+
*vim9class.txt* For Vim バージョン 9.2. Last change: 2026 Mar 07
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -1334,7 +1334,6 @@ newSomething() コンストラクタは別のコンストラクタを呼び出
13341334

13351335
考えていること:
13361336
- クラスのジェネリクス: `class <Tkey, Tentry>`
1337-
- 関数のジェネリクス: `def <Tkey> GetLast(key: Tkey)`
13381337
- ミックスイン: 役立つかどうかは分からない。簡単にするために省略する。
13391338

13401339
追加として良さそうなものをいくつか:

en/vim9class.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vim9class.txt* For Vim version 9.2. Last change: 2026 Feb 14
1+
*vim9class.txt* For Vim version 9.2. Last change: 2026 Mar 07
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1354,7 +1354,6 @@ the restrictions?
13541354

13551355
Thoughts:
13561356
- Generics for a class: `class <Tkey, Tentry>`
1357-
- Generics for a function: `def <Tkey> GetLast(key: Tkey)`
13581357
- Mixins: not sure if that is useful, leave out for simplicity.
13591358

13601359
Some things that look like good additions:

0 commit comments

Comments
 (0)