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.

49b2732644
This commit is contained in:
James McCoy
2016-07-07 23:12:33 -04:00
parent 3f689ed327
commit 23b2ee0771
3 changed files with 46 additions and 9 deletions

View File

@@ -87,6 +87,7 @@ static int included_patches[] = {
1753,
1728,
1716,
1712,
1695,
1654,
1652,