comparison src/version.c @ 29782:35cbea786334 v9.0.0230

patch 9.0.0230: no error for comma missing in list in :def function Commit: https://github.com/vim/vim/commit/2984ed31d92f7da19b3dc86b37764c55669dd7c2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 20 14:51:17 2022 +0100 patch 9.0.0230: no error for comma missing in list in :def function Problem: No error for comma missing in list in :def function. Solution: Check for missing comma. (closes https://github.com/vim/vim/issues/10943)
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Aug 2022 16:00:04 +0200
parents 9f8dd1b77563
children 86c203dbf12b
comparison
equal deleted inserted replaced
29781:bcb7e4222d17 29782:35cbea786334
729 NULL 729 NULL
730 }; 730 };
731 731
732 static int included_patches[] = 732 static int included_patches[] =
733 { /* Add new patch number below this line */ 733 { /* Add new patch number below this line */
734 /**/
735 230,
734 /**/ 736 /**/
735 229, 737 229,
736 /**/ 738 /**/
737 228, 739 228,
738 /**/ 740 /**/