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/version.c b/src/version.c index 5d14270..d77d480 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1552, +/**/ 1551, /**/ 1550,