commit | 478e3a78c37de214aadf7399fac77227b7316f40 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 13:37:00 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 13:37:00 2017 +0200 |
tree | 4bf21458ba7f39f7cad1c8e7da88b6454779eba4 | |
parent | c71053c61180ed1ad0c98ba6063b769757832932 [diff] [blame] |
patch 8.0.1103: converting cterm color fails for grey ramp Problem: Converting cterm color fails for grey ramp. Solution: Use index instead of number.
diff --git a/src/version.c b/src/version.c index 6acd645..f0d745b 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1103, +/**/ 1102, /**/ 1101,