commit | 07ecfa64a18609a986f21d6132d04ee8934f3200 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 27 14:43:55 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 27 14:43:55 2017 +0200 |
tree | 310133eeb745e650be5406b1eeb5999aa6741421 | |
parent | 41cc038ff83498c589c7d25b3d2984145528eb92 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 0deebee..6c2d63c 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 680, +/**/ 679, /**/ 678,