vim-patch:7.4.1384

Problem:    It is not easy to use a set of plugins and their dependencies.
Solution:   Add packages, ":loadopt", 'packpath'.

f6fee0e2d4
This commit is contained in:
James McCoy
2016-04-25 23:07:51 -04:00
parent 6cee9d1a17
commit e902a172ef
12 changed files with 206 additions and 28 deletions

View File

@@ -1243,6 +1243,9 @@ static void load_plugins(void)
if (p_lpl) {
source_runtime((char_u *)"plugin/**/*.vim", TRUE);
TIME_MSG("loading plugins");
source_packages();
TIME_MSG("loading packages");
}
}