comparison src/version.c @ 27271:b760dfee1bd7 v8.2.4164

patch 8.2.4164: error in legacy code for function shadowing variable Commit: https://github.com/vim/vim/commit/6f0ddbf00dfc4c6eb70aa4abc415cad7aba46b6a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 20 19:56:49 2022 +0000 patch 8.2.4164: error in legacy code for function shadowing variable Problem: Error in legacy code for function shadowing variable. Solution: Only give the error in Vim9 script.
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Jan 2022 21:00:06 +0100
parents 24da57a079ef
children a9f0c1f06c84
comparison
equal deleted inserted replaced
27270:4eeec304acf6 27271:b760dfee1bd7
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 4164,
753 /**/ 755 /**/
754 4163, 756 4163,
755 /**/ 757 /**/
756 4162, 758 4162,
757 /**/ 759 /**/