# HG changeset patch # User Christian Brabandt # Date 1454443208 -3600 # Node ID 43071dab7621b035b60c2b88a5ef7e6f07da3080 # Parent 16e8b23d8fd837729cc31e83c0d99a4a503a8421 commit https://github.com/vim/vim/commit/d087566a419cc107adab77db997b184ea0e433ad Author: Bram Moolenaar Date: Tue Feb 2 20:52:42 2016 +0100 patch 7.4.1245 Problem: File missing from distribution. Solution: Add json_test.c. diff --git a/Filelist b/Filelist --- 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 --- a/src/version.c +++ b/src/version.c @@ -743,6 +743,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1245, +/**/ 1244, /**/ 1243,