diff src/version.c @ 8007:ac78cba9e72b v7.4.1298

commit https://github.com/vim/vim/commit/d6a8d48587b2ff43c343fa365898576cc1e235ea Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 10 20:32:20 2016 +0100 patch 7.4.1298 Problem: When the channel test fails in an unexpected way the server keeps running. Solution: Use try/catch. (Ozaki Kiichi)
author Christian Brabandt <cb@256bit.org>
date Wed, 10 Feb 2016 20:45:05 +0100
parents d65aa95725d3
children b2cfa3416ba0
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 */
 /**/
+    1298,
+/**/
     1297,
 /**/
     1296,