1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2022-02-18 17:50:47 +00:00
parent b8fb5bb68d
commit 1fca5f3e86
4 changed files with 50 additions and 9 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4416,
/**/
4415,
/**/