comparison src/version.c @ 25228:a703b3f28ef4 v8.2.3150

patch 8.2.3150: Vim9: argument types are not checked at compile time Commit: https://github.com/vim/vim/commit/c72bdd28ac5fe079825155930af8e792580139bb Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Jul 11 19:44:18 2021 +0200 patch 8.2.3150: Vim9: argument types are not checked at compile time Problem: Vim9: argument types are not checked at compile time. Solution: Add more type checks. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/8545)
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Jul 2021 19:45:03 +0200
parents a9ea83a3659a
children 658dfd6be868
comparison
equal deleted inserted replaced
25227:51804c8bad5c 25228:a703b3f28ef4
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3150,
758 /**/ 760 /**/
759 3149, 761 3149,
760 /**/ 762 /**/
761 3148, 763 3148,
762 /**/ 764 /**/