commit | f6fee0e2d4341c0c2f5339c1268e5877fafd07cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 23:02:49 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 23:02:49 2016 +0100 |
tree | 86922c1a8c51e62f0369db6decc5582c01b03d2c | |
parent | 271273c39f2150ecdaa67fe1a2a8e9cdc63db545 [diff] [blame] |
patch 7.4.1384 Problem: It is not easy to use a set of plugins and their dependencies. Solution: Add packages, ":loadopt", 'packpath'.
diff --git a/src/main.c b/src/main.c index 57aeeed..f19ea1d 100644 --- a/src/main.c +++ b/src/main.c
@@ -637,6 +637,9 @@ source_runtime((char_u *)"plugin/**/*.vim", TRUE); # endif TIME_MSG("loading plugins"); + + source_packages(); + TIME_MSG("loading packages"); } #endif