vim-patch:7.4.1552

Problem:    ":colorscheme" does not use 'packpath'.
Solution:   Also use in "start" and "opt" directories in 'packpath'.

7f8989dd8a
This commit is contained in:
James McCoy
2016-06-20 20:34:24 -04:00
parent 55dcf0918c
commit 080476882b
13 changed files with 85 additions and 36 deletions

View File

@@ -1241,7 +1241,7 @@ static void set_window_layout(mparm_T *paramp)
static void load_plugins(void)
{
if (p_lpl) {
source_runtime((char_u *)"plugin/**/*.vim", TRUE);
source_runtime((char_u *)"plugin/**/*.vim", DIP_ALL);
TIME_MSG("loading plugins");
ex_packloadall(NULL);