comparison src/version.c @ 23114:462774c327df v8.2.2103

patch 8.2.2103: Vim9: unreachable code Commit: https://github.com/vim/vim/commit/41d6196e302af5f1a99aeeac587b5c662c410166 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 6 20:12:43 2020 +0100 patch 8.2.2103: Vim9: unreachable code Problem: Vim9: unreachable code. Solution: Remove the code to prepend s: to the variable name
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Dec 2020 20:15:04 +0100
parents 892303d45d2a
children 55f8b7da27f3
comparison
equal deleted inserted replaced
23113:5ecace52c756 23114:462774c327df
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 2103,
753 /**/ 755 /**/
754 2102, 756 2102,
755 /**/ 757 /**/
756 2101, 758 2101,
757 /**/ 759 /**/