diff src/version.c @ 7912:1c6ef9113556 v7.4.1252

commit https://github.com/vim/vim/commit/e7bed627c89ed80bc4b2d96f542819029adf6e76 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 3 22:20:29 2016 +0100 patch 7.4.1252 Problem: The channel test server may receive two messages concatenated. Solution: Split the messages.
author Christian Brabandt <cb@256bit.org>
date Wed, 03 Feb 2016 22:30:04 +0100
parents e873010fb658
children 35973ce58c84
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1252,
+/**/
     1251,
 /**/
     1250,