comparison src/version.c @ 19257:5aab9c306181 v8.2.0187

patch 8.2.0187: reduntant code Commit: https://github.com/vim/vim/commit/0b76ad53b30232093b96a74d5ce6f02395219456 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 31 21:20:51 2020 +0100 patch 8.2.0187: reduntant code Problem: Reduntant code. Solution: Remove unused assignments. (Dominique Pelle, closes https://github.com/vim/vim/issues/5557)
author Bram Moolenaar <Bram@vim.org>
date Fri, 31 Jan 2020 21:30:04 +0100
parents 04e1a025ef00
children 77cce0439714
comparison
equal deleted inserted replaced
19256:527bdb7f21bc 19257:5aab9c306181
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 187,
745 /**/ 747 /**/
746 186, 748 186,
747 /**/ 749 /**/
748 185, 750 185,
749 /**/ 751 /**/