mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 7.4.1552
Problem: ":colorscheme" does not use 'packpath'. Solution: Also use in "start" and "opt" directories in 'packpath'.
This commit is contained in:
@@ -628,9 +628,9 @@ vim_main2(int argc UNUSED, char **argv UNUSED)
|
||||
if (p_lpl)
|
||||
{
|
||||
# ifdef VMS /* Somehow VMS doesn't handle the "**". */
|
||||
source_runtime((char_u *)"plugin/*.vim", TRUE);
|
||||
source_runtime((char_u *)"plugin/*.vim", DIP_ALL);
|
||||
# else
|
||||
source_runtime((char_u *)"plugin/**/*.vim", TRUE);
|
||||
source_runtime((char_u *)"plugin/**/*.vim", DIP_ALL);
|
||||
# endif
|
||||
TIME_MSG("loading plugins");
|
||||
|
||||
|
Reference in New Issue
Block a user