commit | 611728f80604dd56960e8c197e5749d203c8feb1 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon May 24 15:15:47 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 24 15:15:47 2021 +0200 |
tree | 1c056b902cf1516372f1024f0fa1659cbc56e32a | |
parent | ad5c178a191cf2cf37a27c2a789d7afda3879831 [diff] [blame] |
patch 8.2.2881: various pieces of code not covered by tests Problem: Various pieces of code not covered by tests. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8245)
diff --git a/src/version.c b/src/version.c index 1c4bbfa..7fb1401 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2881, +/**/ 2880, /**/ 2879,