]> granicus.if.org Git - vim/commitdiff
patch 7.4.1245 v7.4.1245
authorBram Moolenaar <Bram@vim.org>
Tue, 2 Feb 2016 19:52:42 +0000 (20:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 2 Feb 2016 19:52:42 +0000 (20:52 +0100)
Problem:    File missing from distribution.
Solution:   Add json_test.c.

Filelist
src/version.c

index 89fd0595d1dc9714ed8d4c17a3f5fd61e0fe73e9..b7fb61bdf7e00948faec2a4bddc00e85bf021061 100644 (file)
--- 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 \
index 1676415e7400e3b97cb4bcb88bd22efb3b1d30af..b93a59dcf3e81c5e7697ed9e8404cdbfba4a6176 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1245,
 /**/
     1244,
 /**/