From: Bram Moolenaar Date: Tue, 2 Feb 2016 19:52:42 +0000 (+0100) Subject: patch 7.4.1245 X-Git-Tag: v7.4.1245 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d087566a419cc107adab77db997b184ea0e433ad;p=thirdparty%2Fvim.git patch 7.4.1245 Problem: File missing from distribution. Solution: Add json_test.c. --- diff --git a/Filelist b/Filelist index 89fd0595d1..b7fb61bdf7 100644 --- a/Filelist +++ b/Filelist @@ -41,6 +41,7 @@ SRC_ALL = \ src/hardcopy.c \ src/hashtab.c \ src/json.c \ + src/json_test.c \ src/keymap.h \ src/macros.h \ src/main.c \ diff --git a/src/version.c b/src/version.c index 1676415e74..b93a59dcf3 100644 --- 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 */ +/**/ + 1245, /**/ 1244, /**/