commit | a177344dc0c337e5b272c1c59d13964a8318bcfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 15:21:22 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 15:21:22 2020 +0200 |
tree | f7e343d4db0e54ea97e6a3c82fe921db35f6395d | |
parent | 575f24b3f3d8cd8bfc2da402c2938c0c7ace7877 [diff] [blame] |
patch 8.2.1426: Vim9: cannot call autoload function in :def function Problem: Vim9: cannot call autoload function in :def function. Solution: Load the autoload script. (closes #6690)
diff --git a/src/version.c b/src/version.c index 1ab7a61..6edd5ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1426, +/**/ 1425, /**/ 1424,