comparison src/version.c @ 24966:7f4a04820b5d v8.2.3020

patch 8.2.3020: unreachable code Commit: https://github.com/vim/vim/commit/2fb749568662c86992aea3b596458b9e470f223d Author: =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> Date: Sat Jun 19 21:38:25 2021 +0200 patch 8.2.3020: unreachable code Problem: Unreachable code. Solution: Remove the code. (closes https://github.com/vim/vim/issues/8406)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Jun 2021 21:45:02 +0200
parents f4aa891a5ab8
children d81a5c3a3aa6
comparison
equal deleted inserted replaced
24965:11e0e5399600 24966:7f4a04820b5d
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 3020,
753 /**/ 755 /**/
754 3019, 756 3019,
755 /**/ 757 /**/
756 3018, 758 3018,
757 /**/ 759 /**/