From da64ab322ae35e473a24b211d22d05b1439aa05c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 25 Mar 2016 18:35:01 +0100 Subject: patch 7.4.1653 Problem: Users who loaded matchit.vim manually have to change their startup. (Gary Johnson) Solution: Add a file in the old location that loads the package. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index bd65162b3..1e8c41964 100644 --- 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 */ +/**/ + 1653, /**/ 1652, /**/ -- cgit v1.2.1