]> granicus.if.org Git - vim/commitdiff
patch 8.0.0257: test file missing in distribution v8.0.0257
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Jan 2017 17:42:56 +0000 (18:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Jan 2017 17:42:56 +0000 (18:42 +0100)
Problem:    The keyword test file is not included in the archive.
Solution:   Update the list of files.

Filelist
src/version.c

index a97807ed28c73aed5dec5b86ee4c2265f6a23468..a3c8f5494289e8bd655234c3bfab6629ad52a467 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -45,6 +45,7 @@ SRC_ALL =     \
                src/hashtab.c \
                src/json.c \
                src/json_test.c \
+               src/kword_test.c \
                src/list.c \
                src/keymap.h \
                src/macros.h \
index 58c9d29130011206152628ab93b86abfdff93800..d3dc08885011cd327398e74fbfae91c5e5630d83 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    257,
 /**/
     256,
 /**/