comparison src/version.c @ 33996:6d33f47b71b8 v9.0.2182

patch 9.0.2182: Vim9: need a way to reserve future extension Commit: https://github.com/vim/vim/commit/ff6f0d5c38e81f742e1161c1504fc6b8e45d9a1e Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Thu Dec 21 16:46:18 2023 +0100 patch 9.0.2182: Vim9: need a way to reserve future extension Problem: Vim9: need a way to reserve future extension Solution: reserve double underscore prefix for future use (Yegappan Lakshmanan) related: #13238 closes: #13742 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Dec 2023 17:00:04 +0100
parents 6c8fc0437865
children 1489ba07ecb4
comparison
equal deleted inserted replaced
33995:b1f32ec709ae 33996:6d33f47b71b8
702 NULL 702 NULL
703 }; 703 };
704 704
705 static int included_patches[] = 705 static int included_patches[] =
706 { /* Add new patch number below this line */ 706 { /* Add new patch number below this line */
707 /**/
708 2182,
707 /**/ 709 /**/
708 2181, 710 2181,
709 /**/ 711 /**/
710 2180, 712 2180,
711 /**/ 713 /**/