]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): remove thoughts of generics for a function
authorMao-Yining <mao.yining@outlook.com>
Thu, 5 Mar 2026 20:55:39 +0000 (20:55 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 5 Mar 2026 20:55:39 +0000 (20:55 +0000)
Was implemented in 9.1.1577

closes: #19598

Signed-off-by: Mao-Yining <mao.yining@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/vim9class.txt

index 32484bebf379a4c23ebb7ffa39b25c2d3a258835..6f936a01c07ae0ee5e2298f95eb5cc679e883095 100644 (file)
@@ -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 <Tkey, Tentry>`
-- Generics for a function: `def <Tkey> GetLast(key: Tkey)`
 - Mixins: not sure if that is useful, leave out for simplicity.
 
 Some things that look like good additions: