mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 7.4.1550
Problem: Cannot load packages early. Solution: Add the ":packloadall" command.
This commit is contained in:
@@ -634,7 +634,7 @@ vim_main2(int argc UNUSED, char **argv UNUSED)
|
||||
# endif
|
||||
TIME_MSG("loading plugins");
|
||||
|
||||
source_packages();
|
||||
ex_packloadall(NULL);
|
||||
TIME_MSG("loading packages");
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user