comparison src/version.c @ 22910:f78057703df9 v8.2.2002

patch 8.2.2002: Vim9: lambda argument shadowed by function name Commit: https://github.com/vim/vim/commit/52bf81c2d5f0d57443a29525b68b88707f5ad87c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 17 18:50:44 2020 +0100 patch 8.2.2002: Vim9: lambda argument shadowed by function name Problem: Vim9: lambda argument shadowed by function name. Solution: Let function name be shadowed by lambda argument. (closes https://github.com/vim/vim/issues/7313)
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Nov 2020 19:00:04 +0100
parents 54219df706b5
children 1b1dc9dad42c
comparison
equal deleted inserted replaced
22909:3bd8aeb73f94 22910:f78057703df9
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 2002,
753 /**/ 755 /**/
754 2001, 756 2001,
755 /**/ 757 /**/
756 2000, 758 2000,
757 /**/ 759 /**/