comparison src/version.c @ 23511:7e8703464f01 v8.2.2298

patch 8.2.2298: Vim9: comment right after "(" of function not recognized Commit: https://github.com/vim/vim/commit/cef1270dec61efb3544f26ceea0f6a4f57e0198a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 4 14:09:43 2021 +0100 patch 8.2.2298: Vim9: comment right after "(" of function not recognized Problem: Vim9: comment right after "(" of function not recognized. Solution: Do not skip over white space before calling get_function_args(). (closes #7613)
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Jan 2021 14:15:04 +0100
parents 18f3dc6974af
children 872239543313
comparison
equal deleted inserted replaced
23510:ecdd0d05edd8 23511:7e8703464f01
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 2298,
753 /**/ 755 /**/
754 2297, 756 2297,
755 /**/ 757 /**/
756 2296, 758 2296,
757 /**/ 759 /**/