commit | 46359e198f6d6884dc3d3c4a3e46625f1b2a2ad2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 29 22:33:38 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 29 22:33:38 2017 +0100 |
tree | da9e14023d7dd0714922483de9f31d0522c8a017 | |
parent | 8b9e20afb0da79a21155988a38704b5777cc2efe [diff] [blame] |
patch 8.0.1359: libvterm ANSI colors can not always be recognized Problem: Libvterm ANSI colors can not always be recognized from the RGB values. The default color is wrong when t_RB is empty. Solution: Add the ANSI color index to VTermColor.
diff --git a/src/version.c b/src/version.c index 3cbfe9e..075760f 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1359, +/**/ 1358, /**/ 1357,