comparison src/version.c @ 33217:499ba27ba0f6 v9.0.1885

patch 9.0.1885: Vim9: no support for abstract methods Commit: https://github.com/vim/vim/commit/7bcd25cad3e9d5c9e25c7ae2bde67285c26f73cd Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Fri Sep 8 19:27:51 2023 +0200 patch 9.0.1885: Vim9: no support for abstract methods Problem: Vim9: no support for abstract methods Solution: Add support for defining abstract methods in an abstract class closes: #13044 closes: #13046 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
author Christian Brabandt <cb@256bit.org>
date Fri, 08 Sep 2023 19:45:03 +0200
parents 39bc126cc890
children ebb36e3d5299
comparison
equal deleted inserted replaced
33216:d77a9aab91ad 33217:499ba27ba0f6
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 1885,
702 /**/ 704 /**/
703 1884, 705 1884,
704 /**/ 706 /**/
705 1883, 707 1883,
706 /**/ 708 /**/