commit | 85773bf32b51cbe7e971c5ac11cb9c743bb7a38a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 13:48:03 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 13:48:03 2021 +0100 |
tree | 5f57c74790fed36ec73837f02bdc17561ed02dd1 | |
parent | 239f8d932672bcf5be6d32fc7c0bf95a2e69f5eb [diff] [blame] |
patch 8.2.2368: insufficient tests for setting options Problem: Insufficient tests for setting options. Solution: Add a few tests. (Dominique Pellé, closes #7695)
diff --git a/src/version.c b/src/version.c index e29ae78..4d36419 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2368, +/**/ 2367, /**/ 2366,