comparison src/version.c @ 27269:24da57a079ef v8.2.4163

patch 8.2.4163: no error for omitting function name after autoload prefix Commit: https://github.com/vim/vim/commit/2017d6f3b1d523204e5471e941cfa687b4da0058 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 20 19:38:46 2022 +0000 patch 8.2.4163: no error for omitting function name after autoload prefix Problem: No error for omitting function name after autoload prefix. Solution: Check for missing function name. (issue https://github.com/vim/vim/issues/9577)
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Jan 2022 20:45:04 +0100
parents 322b79b002b7
children b760dfee1bd7
comparison
equal deleted inserted replaced
27268:c97e40973b62 27269:24da57a079ef
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 4163,
753 /**/ 755 /**/
754 4162, 756 4162,
755 /**/ 757 /**/
756 4161, 758 4161,
757 /**/ 759 /**/