commit | 9f6277bdde97b7767ded43a0b5a2023eb601b3b7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 11 22:04:02 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 11 22:04:02 2020 +0100 |
tree | f80204a06b9c411a154597c112f51d81a66d1d50 | |
parent | 799439a5d85a7d45eff7485056f2798cea766300 [diff] [blame] |
patch 8.2.0243: insufficient code coverage for ex_docmd.c functions Problem: Insufficient code coverage for ex_docmd.c functions. Solution: Add more tests. (Yegappan Lakshmanan, closes #5618)
diff --git a/src/version.c b/src/version.c index 9b9f412..71513f3 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 243, +/**/ 242, /**/ 241,