commit | 7f8989dd8a627af2185df381195351a913f3777f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 22:11:39 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 22:11:39 2016 +0100 |
tree | 43e30468ff036d93a02f06a0ab4186f96013adc1 | |
parent | 6bef5306e4f2cacb3a93667992c2312d4b293c9d [diff] [blame] |
patch 7.4.1552 Problem: ":colorscheme" does not use 'packpath'. Solution: Also use in "start" and "opt" directories in 'packpath'.
diff --git a/src/option.c b/src/option.c index b624aad..648919d 100644 --- a/src/option.c +++ b/src/option.c
@@ -7290,7 +7290,7 @@ if (vim_strchr((char_u *)"_.,", *p) != NULL) break; vim_snprintf((char *)fname, 200, "spell/%.*s.vim", (int)(p - q), q); - source_runtime(fname, TRUE); + source_runtime(fname, DIP_ALL); } #endif }