]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1712 v7.4.1712
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Apr 2016 19:13:00 +0000 (21:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Apr 2016 19:13:00 +0000 (21:13 +0200)
commit49b27326447d0827c59c6cd201d58f65c1163086
tree0db4d3eb478f28795304810e2194e6cc75efa777
parenta742e084b677f76c67e9e52c4f9fb9ab24002e20
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.
src/ex_cmds2.c
src/testdir/test_packadd.vim
src/version.c