commit | db1a410b610b2c1941311acc57dcc4afec20720e | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Fri Dec 17 16:21:20 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 16:21:20 2021 +0000 |
tree | 9bd19ace55b20647fa29bea3dbbeef2b8d30cdd6 | |
parent | d2ff705af32862b4da49d213613233f93343874c [diff] [blame] |
patch 8.2.3838: cannot use script-local function for setting *func options Problem: Cannot use script-local function for setting *func options. Solution: Use the script context. (Yegappan Lakshmanan, closes #9362)
diff --git a/src/version.c b/src/version.c index aafa3d8..eb09d61 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3838, +/**/ 3837, /**/ 3836,