comparison src/version.c @ 27267:322b79b002b7 v8.2.4162

patch 8.2.4162: Vim9: no error for redefining function with export Commit: https://github.com/vim/vim/commit/9c7cae66bc21a3dc5c6e60cd64216ce7c9073003 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 20 19:10:25 2022 +0000 patch 8.2.4162: Vim9: no error for redefining function with export Problem: Vim9: no error for redefining function with export. Solution: Check for existing function with/without prefix. (closes https://github.com/vim/vim/issues/9577)
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Jan 2022 20:15:03 +0100
parents 8a097fc07aa4
children 24da57a079ef
comparison
equal deleted inserted replaced
27266:06a2610c1661 27267:322b79b002b7
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 4162,
753 /**/ 755 /**/
754 4161, 756 4161,
755 /**/ 757 /**/
756 4160, 758 4160,
757 /**/ 759 /**/