commit | ecadf4377f120200252e023ef6a9aa369e98850a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 20 11:17:04 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 20 11:17:04 2018 +0100 |
tree | eef9db6c1496fa719f1b694602f57591407ba263 | |
parent | 42f652f733550a0d8bc9b030c9a5a62e7e2d8668 [diff] [blame] |
patch 8.0.1618: color Grey50 is missing in the compiled-in table Problem: Color Grey50, used for ToolbarLine, is missing in the compiled-in table. Solution: Add the color to the list. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 92ca63a..35feb76 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1618, +/**/ 1617, /**/ 1616,