summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-02 18:22:08 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-02 18:22:08 +0100
commit1a577433ac77b74a965476799619ad0fb2676d31 (patch)
treea13bad93bb36ebdb347ce7fa35b02eb72e6240de /src
parent1ff14ba24c4d85c008d7abe5e140dbb497ffea8d (diff)
patch 8.1.2239: CI fails when running tests without building Vimv8.1.2239
Problem: CI fails when running tests without building Vim. Solution: Skip creating doc tags if the execute does not exist.
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 e1d5c64601..d0f62e9ced 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2239,
+/**/
2238,
/**/
2237,