commit | dc4451df61a6aa12a0661817b7094fb32f09e11d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 09 21:36:37 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 09 21:36:37 2022 +0000 |
tree | 98d2ef08366773a3eadb41ec581b1c5e652e3114 | |
parent | 5f25c3855071bd7e26255c68bf458b1b5cf92f39 [diff] [blame] |
patch 8.2.4050: Vim9: need to prefix every item in an autoload script Problem: Vim9: need to prefix every item in an autoload script. Solution: First step in supporting "vim9script autoload" and "import autoload".
diff --git a/src/version.c b/src/version.c index cf0665c..a2ce58e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4050, +/**/ 4049, /**/ 4048,