commit | 49b27326447d0827c59c6cd201d58f65c1163086 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 05 21:13:00 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 05 21:13:00 2016 +0200 |
tree | 0db4d3eb478f28795304810e2194e6cc75efa777 | |
parent | a742e084b677f76c67e9e52c4f9fb9ab24002e20 [diff] [blame] |
patch 7.4.1712 Problem: For plugins in packages, plugin authors need to take care of all dependencies. Solution: When loading "start" packages and for :packloadall, first add all directories to 'runtimepath' before sourcing plugins.
diff --git a/src/version.c b/src/version.c index e254652..91f02a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1712, +/**/ 1711, /**/ 1710,