0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 7.4.1245

Problem:    File missing from distribution.
Solution:   Add json_test.c.
This commit is contained in:
Bram Moolenaar 2016-02-02 20:52:42 +01:00
parent f57969a20a
commit d087566a41
2 changed files with 3 additions and 0 deletions

View File

@ -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 \

View File

@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1245,
/**/
1244,
/**/