forked from aniani/vim
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:
@@ -23942,7 +23942,7 @@ script_autoload(
|
||||
}
|
||||
|
||||
/* Try loading the package from $VIMRUNTIME/autoload/<name>.vim */
|
||||
if (source_runtime(scriptname, FALSE) == OK)
|
||||
if (source_runtime(scriptname, 0) == OK)
|
||||
ret = TRUE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user