From: Mao-Yining Date: Thu, 5 Mar 2026 20:55:39 +0000 (+0000) Subject: runtime(doc): remove thoughts of generics for a function X-Git-Tag: v9.2.0114~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd77d327d32a87826612d9ed2d4b2c1493651dbd;p=thirdparty%2Fvim.git runtime(doc): remove thoughts of generics for a function Was implemented in 9.1.1577 closes: #19598 Signed-off-by: Mao-Yining Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/vim9class.txt b/runtime/doc/vim9class.txt index 32484bebf3..6f936a01c0 100644 --- a/runtime/doc/vim9class.txt +++ b/runtime/doc/vim9class.txt @@ -1,4 +1,4 @@ -*vim9class.txt* For Vim version 9.2. Last change: 2026 Feb 14 +*vim9class.txt* For Vim version 9.2. Last change: 2026 Mar 07 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1354,7 +1354,6 @@ the restrictions? Thoughts: - Generics for a class: `class ` -- Generics for a function: `def GetLast(key: Tkey)` - Mixins: not sure if that is useful, leave out for simplicity. Some things that look like good additions: