patch 8.0.0680: plugins in start packages are sourced twice v8.0.0680
authorBram Moolenaar <Bram@vim.org>
Tue, 27 Jun 2017 12:43:55 +0000 (14:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 27 Jun 2017 12:43:55 +0000 (14:43 +0200)
commit07ecfa64a18609a986f21d6132d04ee8934f3200
tree310133eeb745e650be5406b1eeb5999aa6741421
parent41cc038ff83498c589c7d25b3d2984145528eb92
patch 8.0.0680: plugins in start packages are sourced twice

Problem:    Plugins in start packages are sourced twice. (mseplowitz)
Solution:   Use the unmodified runtime path when loading plugins (test by Ingo
            Karkat, closes #1801)
src/ex_cmds2.c
src/main.c
src/proto/ex_cmds2.pro
src/testdir/test_startup.vim
src/version.c