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 690afe1 commit e0b66daCopy full SHA for e0b66da
Filelist
@@ -45,6 +45,7 @@ SRC_ALL = \
45
src/hashtab.c \
46
src/json.c \
47
src/json_test.c \
48
+ src/kword_test.c \
49
src/list.c \
50
src/keymap.h \
51
src/macros.h \
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 257,
769
/**/
770
256,
771
0 commit comments