We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57969a commit d087566Copy full SHA for d087566
Filelist
@@ -41,6 +41,7 @@ SRC_ALL = \
41
src/hardcopy.c \
42
src/hashtab.c \
43
src/json.c \
44
+ src/json_test.c \
45
src/keymap.h \
46
src/macros.h \
47
src/main.c \
src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
742
743
static int included_patches[] =
744
{ /* Add new patch number below this line */
745
+/**/
746
+ 1245,
747
/**/
748
1244,
749
0 commit comments