comparison src/version.c @ 24810:30095f94d081 v8.2.2943

patch 8.2.2943: Vim9: check for argument count ignores default values Commit: https://github.com/vim/vim/commit/c6d71532dda0b3a244907bb5d1826f9340f7571d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 5 18:49:38 2021 +0200 patch 8.2.2943: Vim9: check for argument count ignores default values Problem: Vim9: check for argument count ignores default values. Solution: Take default argument values into account.
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Jun 2021 19:00:03 +0200
parents 0bc60e26a2b5
children 8fdf839af1f4
comparison
equal deleted inserted replaced
24809:d1eb44a8cdfb 24810:30095f94d081
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2943,
753 /**/ 755 /**/
754 2942, 756 2942,
755 /**/ 757 /**/
756 2941, 758 2941,
757 /**/ 759 /**/