forked from aniani/vim
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