commit | 1a577433ac77b74a965476799619ad0fb2676d31 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 02 18:22:08 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 02 18:22:08 2019 +0100 |
tree | a13bad93bb36ebdb347ce7fa35b02eb72e6240de | |
parent | 1ff14ba24c4d85c008d7abe5e140dbb497ffea8d [diff] |
patch 8.1.2239: CI fails when running tests without building Vim Problem: CI fails when running tests without building Vim. Solution: Skip creating doc tags if the execute does not exist.
diff --git a/src/version.c b/src/version.c index e1d5c64..d0f62e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2239, +/**/ 2238, /**/ 2237,