diff src/version.c @ 12839:9ac41c3148ce v8.0.1296

patch 8.0.1296: checking the same condition twice commit https://github.com/vim/vim/commit/1dcada1933acdab93ac423951b5958125343833d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 13 21:10:04 2017 +0100 patch 8.0.1296: checking the same condition twice Problem: Checking the same condition twice. (John Marriott) Solution: Check blinkwait.
author Christian Brabandt <cb@256bit.org>
date Mon, 13 Nov 2017 21:15:03 +0100
parents 963cdeb42c41
children 174e0c952b46
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1296,
+/**/
     1295,
 /**/
     1294,