comparison src/version.c @ 26751:4ea53126f78f v8.2.3904

patch 8.2.3904: Vim9: skip expression type is not checked at compile time Commit: https://github.com/vim/vim/commit/7319981f21cbd51267c8cc80b37ed56d8ee78ea7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 26 17:18:14 2021 +0000 patch 8.2.3904: Vim9: skip expression type is not checked at compile time Problem: Vim9: skip expression type is not checked at compile time. Solution: Add argument type checks.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Dec 2021 18:30:03 +0100
parents efe4c8a79502
children c271b07a56f6
comparison
equal deleted inserted replaced
26750:2234a1c24680 26751:4ea53126f78f
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3904,
752 /**/ 754 /**/
753 3903, 755 3903,
754 /**/ 756 /**/
755 3902, 757 3902,
756 /**/ 758 /**/