commit | 34fcb697240c1bc9e69417ed75db3b1a83479724 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue May 25 20:14:00 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 25 20:14:00 2021 +0200 |
tree | aaad1ed8d12bdcd32bf178eac8c7a17259bb529a | |
parent | 872bee557e5f8ab0e4a523a6a845868a2801b17e [diff] [blame] |
patch 8.2.2886: 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 #8255)
diff --git a/src/version.c b/src/version.c index c841e6b..4eced11 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2886, +/**/ 2885, /**/ 2884,