summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-07-29 16:32:21 +0200
committerBram Moolenaar <Bram@vim.org>2020-07-29 16:32:21 +0200
commitf9a343f8bda8fbe17ff045bef7342ffd6179e2f5 (patch)
treeed40764cd0f831132af942ef4a2f8c30d563cec5 /src
parentb61ef01cce2afd70fbfa2805336a26643109dfb7 (diff)
patch 8.2.1317: MS-Windows tests on AppVeyor are slowv8.2.1317
Problem: MS-Windows tests on AppVeyor are slow. Solution: Use GitHub Actions. (Ken Takata, closes #6569)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 045dfbcb78..67e52b3d41 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1317,
+/**/
1316,
/**/
1315,