commit | 5958549760652c173b703613b9cbf09b25a4eddb | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Jun 12 13:46:41 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 12 13:46:41 2021 +0200 |
tree | 5acca6c4929b41affd9d7aaa2eadb8a65472ebcc | |
parent | 744aecf8777e86fac6d30f072e90e2de353b8ea1 [diff] [blame] |
patch 8.2.2979: not all options code is covered by tests Problem: Not all options code is covered by tests. Solution: Add more tests for options. (Yegappan Lakshmanan, closes #8369)
diff --git a/src/version.c b/src/version.c index 6ae66ae..d55ab1a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2979, +/**/ 2978, /**/ 2977,