summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2023-01-28 10:43:50 +0000
committerBram Moolenaar <Bram@vim.org>2023-01-28 10:43:50 +0000
commit192e24d974522852bdca67db6d76ead87f57e677 (patch)
tree98b16b01d10c9b10589755b23949c1aac972b7b7 /src
parentf75a2cb3c7db6244fd7e3eee75c85d40a1614fa0 (diff)
downloadvim-git-192e24d974522852bdca67db6d76ead87f57e677.tar.gz
patch 9.0.1253: CI adds repository unnecessarilyv9.0.1253
Problem: CI adds repository unnecessarily. Solution: Remove the line from the workflow. (closes #11900)
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 89017e00e..08947caac 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 */
/**/
+ 1253,
+/**/
1252,
/**/
1251,