commit | 6409553b6e3b4de4e1d72b8ee5445595214581ff | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Dec 06 11:03:55 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 06 11:03:55 2021 +0000 |
tree | 1b24d5f956763a1bc7a5b47fc9875598d0d438d6 | |
parent | 40bcec1bac34d34a3d4d7c5f6b2cc1f163acbd00 [diff] [blame] |
patch 8.2.3751: cannot assign a lambda to an option that takes a function Problem: Cannot assign a lambda to an option that takes a function. Solution: Automatically convert the lambda to a string. (Yegappan Lakshmanan, closes #9286)
diff --git a/src/version.c b/src/version.c index d7d1b21..2e39ab7 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3751, +/**/ 3750, /**/ 3749,