diff src/version.c @ 7101:793ca14b5654 v7.4.862

commit https://github.com/vim/vim/commit/5325b9bbae8a717510ef7248f3ce8b50281bd33f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 9 20:27:02 2015 +0200 patch 7.4.862 Problem: Still problems with pango_shape_full() not available. Solution: Change AC_TRY_COMPILE to AC_TRY_LINK.
author Christian Brabandt <cb@256bit.org>
date Wed, 09 Sep 2015 20:30:05 +0200
parents 70b56e5eccb2
children 84d318257a45
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    862,
+/**/
     861,
 /**/
     860,