commit | d8fe6d34bb582438142d7c1f73d0bd8537bb3a7a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 30 18:40:44 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 30 18:40:44 2022 +0000 |
tree | 63ca64be3661a25c0892d6a232431d8140c5d9b7 | |
parent | ec3637cbaf23730b6efe5e5c0047e23adc82160b [diff] [blame] |
patch 8.2.4264: Vim9: can use old style autoload function name Problem: Vim9: can use old style autoload function name. Solution: Give an error for old style autoload function name.
diff --git a/src/version.c b/src/version.c index b37d0a8..3799493 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4264, +/**/ 4263, /**/ 4262,