diff src/version.c @ 7990:75de22db840d v7.4.1290

commit https://github.com/vim/vim/commit/ee5aeae22b8029fdb5ae97bb6ed8114a81e34c22 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 7 22:30:47 2016 +0100 patch 7.4.1290 Problem: Coverity complains about uneccessary check for NULL. Solution: Remove the check.
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Feb 2016 22:45:04 +0100
parents d3fed9a639db
children 0756eab66b71
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1290,
+/**/
     1289,
 /**/
     1288,