commit | 17f700ac8b55f27ddb519ecaa8acaa43fc1ae60a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 19 21:23:42 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 19 21:23:42 2020 +0100 |
tree | 52529a79f2905eef3dc44ba94ec076360c84d166 | |
parent | 13656f02e457fb68cd7e72412fc24ccac02fb06e [diff] [blame] |
patch 8.2.2164: Vim9: autoload function doesn't work in uppercased script Problem: Vim9: autoload function doesn't work in script that starts with an upper case letter. Solution: Check for the autoload character. (closes #7502)
diff --git a/src/version.c b/src/version.c index 8f2c50a..a97037d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2164, +/**/ 2163, /**/ 2162,