commit | 2147746cf816fad00e301c6638df28a4287c9aae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 20:43:27 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 20:43:27 2016 +0200 |
tree | 4f60926fffcf031e15838b3895139757e17d792c | |
parent | a772ec5e91efbd5c4b99bb5cf5704a6c6f0baf3f [diff] [blame] |
patch 7.4.2182 Problem: Color Grey40 used in startup but not in the short list. Solution: Add Grey40 to the builtin colors.
diff --git a/src/version.c b/src/version.c index 21f6932..6a1c27b 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2182, +/**/ 2181, /**/ 2180,