commit | 6a058070924928f1b2bdb11f345229074904d8bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 30 18:56:35 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 30 18:56:35 2022 +0000 |
tree | 6dea61d47ecbe8f3415e63e45842dc916acf89da | |
parent | d8fe6d34bb582438142d7c1f73d0bd8537bb3a7a [diff] [blame] |
patch 8.2.4265: autoload tests fails Problem: Autoload tests fails. Solution: Use export instead of name with #.
diff --git a/src/version.c b/src/version.c index 3799493..e2d5907 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4265, +/**/ 4264, /**/ 4263,