diff src/version.c @ 17502:bc6088919610 v8.1.1749

patch 8.1.1749: Coverity warns for using negative index commit https://github.com/vim/vim/commit/736cd2cfbe83b85259eecc7d70e68297ce968d33 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 25 21:58:19 2019 +0200 patch 8.1.1749: Coverity warns for using negative index Problem: Coverity warns for using negative index. Solution: Move using index inside "if".
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Jul 2019 22:00:05 +0200
parents b7d85c5af64e
children 5d63aa71efe1
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1749,
+/**/
     1748,
 /**/
     1747,