File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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追加として良さそうなものをいくつか:
Original file line number Diff line number Diff line change 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
13551355Thoughts:
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
13601359Some things that look like good additions:
You can’t perform that action at this time.
0 commit comments