diff src/version.c @ 8720:9380c37723f8 v7.4.1649

commit https://github.com/vim/vim/commit/aedfcbe1e6c7df6edcd6756d7601bfdec7dd2087 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 25 17:02:51 2016 +0100 patch 7.4.1649 Problem: The matchit plugin needs to be copied to be used. Solution: Put the matchit plugin in an optional package.
author Christian Brabandt <cb@256bit.org>
date Fri, 25 Mar 2016 17:15:04 +0100
parents f1840a719771
children ecb57048c2a8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1649,
+/**/
     1648,
 /**/
     1647,