commit | d4f73438bb6c88a0d3e315f0eebef30993b5921c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 12:24:12 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 12:24:12 2018 +0200 |
tree | 84965260e43513e584f0cee85ba74de1c6c078f0 | |
parent | 3f3fb0b14734272e7c817020c847aaa0fba5cea5 [diff] [blame] |
patch 8.1.0415: not actually using 16 colors with vtp Problem: Not actually using 16 colors with vtp. Solution: Always use 256 colors when vtp is used. (Nobuhiro Takasaki, closes #3432)
diff --git a/src/version.c b/src/version.c index 3ce73b9..637ea99 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 415, +/**/ 414, /**/ 413,