diff src/version.c @ 9137:8b2d6447fb6a v7.4.1852

commit https://github.com/vim/vim/commit/af6c12c27bcb553b2fb2c8a9dcfde626fb3670fe Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 28 13:40:10 2016 +0200 patch 7.4.1852 Problem: Unix: Cannot run all tests with the GUI. Solution: Add the "testgui" target.
author Christian Brabandt <cb@256bit.org>
date Sat, 28 May 2016 13:45:06 +0200
parents 35422e34815f
children ddca37101ffb
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1852,
+/**/
     1851,
 /**/
     1850,