commit | 8cbf2499179db39a46e700ab04d0b36e22bcc1bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 06 20:28:13 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 06 20:28:13 2022 +0000 |
tree | 2ce9615ef9c17d198536190fdccf6f52dae5131f | |
parent | 5f4ef5f5e5529c147c2274cd0f6416e2546d6fc7 [diff] [blame] |
patch 8.2.4314: test fails where lines are skipped Problem: Test fails where lines are skipped. Solution: Only give an error when not skipping commands.
diff --git a/src/version.c b/src/version.c index 7dbefa4..a071c5f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4314, +/**/ 4313, /**/ 4312,