commit | 19e69a63302f7f8972cee723bf0f3fc176825583 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 21 20:37:05 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 21 20:37:05 2022 +0000 |
tree | 8949aec7d7121ab4543c97cb756bb99e5695b085 | |
parent | e70dd11ef41f69bd5e94f630194e6b3c4f3f2102 [diff] [blame] |
patch 8.2.4174: Vim9: can use an autoload name in normal script Problem: Vim9: can use an autoload name in normal script. Solution: Disallow using an autoload name.
diff --git a/src/version.c b/src/version.c index a9a8323..edf26ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4174, +/**/ 4173, /**/ 4172,