summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2023-05-12 18:47:28 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-12 18:47:28 +0100
commit12eb0f4ec5a9d9899d09691f944e4fbfdf4318fd (patch)
treea164518cdb59fdae0c594715ca3aae995e8e6225 /src
parent54be5fb382d2bf25fd1b17ddab8b21f599019b81 (diff)
downloadvim-git-12eb0f4ec5a9d9899d09691f944e4fbfdf4318fd.tar.gz
patch 9.0.1547: Coveralls workflow on CI is commented outv9.0.1547
Problem: Coveralls workflow on CI is commented out. Solution: Remove the Coveralls workflow. (closes #12389)
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 a87317222..20a6e99d3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1547,
+/**/
1546,
/**/
1545,