comparison src/version.c @ 19221:f63f3b423ad3 v8.2.0169

patch 8.2.0169: Coverity warning for dead code Commit: https://github.com/vim/vim/commit/8cbd6dfc0c9d84c5be8414dfdea3b28b72dfddb6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 28 22:59:45 2020 +0100 patch 8.2.0169: Coverity warning for dead code Problem: Coverity warning for dead code. Solution: Check if inside try-finally.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Jan 2020 23:00:05 +0100
parents 89931701e033
children 173b99509038
comparison
equal deleted inserted replaced
19220:a9c67835a9d4 19221:f63f3b423ad3
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 169,
745 /**/ 747 /**/
746 168, 748 168,
747 /**/ 749 /**/
748 167, 750 167,
749 /**/ 751 /**/