commit | df7df59d85e7e56a796912dc865488a75d3f0e53 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 14 13:50:55 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 14 13:50:55 2020 +0200 |
tree | d789105edccc4b4bfb6656706516b505447a80e1 | |
parent | 984dddbef421eda6b8ad60936f380c5f00aebb96 [diff] [blame] |
patch 8.2.0976: some 'cpoptions' not tested Problem: Some 'cpoptions' not tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #6253)
diff --git a/src/version.c b/src/version.c index e9a0723..9f71e50 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 976, +/**/ 975, /**/ 974,