1
0
forked from aniani/vim

patch 8.2.4751: mapping <SID>name.Func does not work for autoload script

Problem:    Mapping <SID>name.Func does not work for script in autoload
            directory.
Solution:   Use the # form for a script in the autoload directory.
            (closes #10186)
This commit is contained in:
Bram Moolenaar
2022-04-14 21:36:15 +01:00
parent b836658a04
commit 648dd88af6
3 changed files with 65 additions and 11 deletions

View File

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