commit | 1fca5f3e86f08e696058fc7e86dfe41b415a78e6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 18 17:50:47 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 18 17:50:47 2022 +0000 |
tree | 533fd7d2f262b2d4238be66a00327b13e979e4cb | |
parent | b8fb5bb68d45f3e52bb9ea201dc9e7dc6b6d2c6d [diff] [blame] |
patch 8.2.4416: Vim9: using a script-local function requires using "s:" Problem: Vim9: using a script-local function requires using "s:" when setting 'completefunc'. Solution: Do not require "s:" in Vim9 script. (closes #9796)
diff --git a/src/version.c b/src/version.c index f313448..c996812 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4416, +/**/ 4415, /**/ 4414,