diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-02-06 20:28:13 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-02-06 20:28:13 +0000 |
commit | 8cbf2499179db39a46e700ab04d0b36e22bcc1bb (patch) | |
tree | 2ce9615ef9c17d198536190fdccf6f52dae5131f /src/version.c | |
parent | 5f4ef5f5e5529c147c2274cd0f6416e2546d6fc7 (diff) | |
download | vim-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.c | 2 |
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, |