commit | 2172bff36417ddd90653531edc65897411c83b3f | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed Dec 08 10:46:21 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 08 10:46:21 2021 +0000 |
tree | 5ed8229b9e8ac8c36339d0fd1abe5677f335ca0a | |
parent | f7f7aaf8aaad34a38d3f159e031c5bcf3394f8f1 [diff] [blame] |
patch 8.2.3758: options that take a function insufficiently tested Problem: Options that take a function insufficiently tested. Solution: Add additional tests and enhance existing tests. (Yegappan Lakshmanan, closes #9298)
diff --git a/src/version.c b/src/version.c index ccd3cf4..6d58175 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3758, +/**/ 3757, /**/ 3756,