mirror of
https://github.com/neovim/neovim.git
synced 2025-11-12 13:28:54 +00:00
vim-patch:7.4.1550
Problem: Cannot load packages early.
Solution: Add the ":packloadall" command.
2d8f56acb3
This commit is contained in:
@@ -1244,7 +1244,7 @@ static void load_plugins(void)
|
||||
source_runtime((char_u *)"plugin/**/*.vim", TRUE);
|
||||
TIME_MSG("loading plugins");
|
||||
|
||||
source_packages();
|
||||
ex_packloadall(NULL);
|
||||
TIME_MSG("loading packages");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user