commit | 223a950a85448253780da4e821a5b23dcdfad28f | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Bj=C3=B6rn=20Linse?= <bjorn.linse@gmail.com> | Mon Jan 31 17:26:05 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 31 17:26:05 2022 +0000 |
tree | 81659ffb3ffb58b4cadc1b8dc529591d531bec75 | |
parent | c570e9cf68c0fe30366e82c96be460047dd659b9 [diff] [blame] |
patch 8.2.4275: cannot use an autoload function from a package under start Problem: Cannot use an autoload function from a package under start. Solution: Also look in the "start" package directory. (Bjorn Linse, closes #7193)
diff --git a/src/version.c b/src/version.c index 921f076..d3b7bf8 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4275, +/**/ 4274, /**/ 4273,