mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 7.4.1384
Problem: It is not easy to use a set of plugins and their dependencies. Solution: Add packages, ":loadopt", 'packpath'.
This commit is contained in:
@@ -637,6 +637,9 @@ vim_main2(int argc UNUSED, char **argv UNUSED)
|
||||
source_runtime((char_u *)"plugin/**/*.vim", TRUE);
|
||||
# endif
|
||||
TIME_MSG("loading plugins");
|
||||
|
||||
source_packages();
|
||||
TIME_MSG("loading packages");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user