commit | d041f4208b0a2149e9d41f6443aa1c14c076a411 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 12 19:54:00 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 12 19:54:00 2022 +0000 |
tree | 2fed762d017d9bae0177f03d021964b321db35f5 | |
parent | 53c296112edd8471eb63afbca03f96bad164c813 [diff] [blame] |
patch 8.2.4072: Vim9: compiling function fails when autoload is not loaded Problem: Vim9: compiling function fails when autoload script is not loaded yet. Solution: Depend on runtime loading.
diff --git a/src/version.c b/src/version.c index 2a1b4ae..1209772 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4072, +/**/ 4071, /**/ 4070,