1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2016-04-05 21:13:00 +02:00
parent a742e084b6
commit 49b2732644
3 changed files with 46 additions and 9 deletions

View File

@@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1712,
/**/
1711,
/**/