commit | 04ef1fb13d200f770952e670357dddadb6210dd4 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Dec 12 20:08:05 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 12 20:08:05 2021 +0000 |
tree | 39647e7db85fd8053c52bab8da89b9b6f720fe25 | |
parent | d2439e0443ee26931ab93874c05cc7f57e9af93d [diff] [blame] |
patch 8.2.3792: setting *func options insufficiently tested Problem: Setting *func options insufficiently tested. Solution: Impove tests. (Yegappan Lakshmanan, closes #9337)
diff --git a/src/version.c b/src/version.c index c5e4288..7ee0e17 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3792, +/**/ 3791, /**/ 3790,