commit | 648dd88af67c7abac31915cbf0025f97031c96c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 21:36:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 21:36:15 2022 +0100 |
tree | 2c9f3a82beeb785471cd5107b1ce39749e45e909 | |
parent | b836658a04ee5456deca2ee523de9efe51252da3 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 68b61f4..db82785 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4751, +/**/ 4750, /**/ 4749,