summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-02-06 20:28:13 +0000
committerBram Moolenaar <Bram@vim.org>2022-02-06 20:28:13 +0000
commit8cbf2499179db39a46e700ab04d0b36e22bcc1bb (patch)
tree2ce9615ef9c17d198536190fdccf6f52dae5131f /src/version.c
parent5f4ef5f5e5529c147c2274cd0f6416e2546d6fc7 (diff)
downloadvim-git-8cbf2499179db39a46e700ab04d0b36e22bcc1bb.tar.gz
patch 8.2.4314: test fails where lines are skippedv8.2.4314
Problem: Test fails where lines are skipped. Solution: Only give an error when not skipping commands.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 7dbefa49f..a071c5f67 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4314,
+/**/
4313,
/**/
4312,