commit | 94c785d235dccacf6cdf38c5903115b61ca8a981 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 16 19:45:47 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 16 19:45:47 2021 +0000 |
tree | 3204a2a0811c246c194a2f47b90c6023db790e3e | |
parent | 8103527da7f12ff21c2566222748518ee093432c [diff] [blame] |
patch 8.2.3829: no error when setting a func option to script-local function Problem: No error when setting a func option to a script-local function. Solution: Give an error if the name starts with "s:". (closes #9358)
diff --git a/src/version.c b/src/version.c index f718776..622fe76 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3829, +/**/ 3828, /**/ 3827,