commit | a0aaf3c4df60d3f86995d72460c4cf97e35775c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 13 23:18:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 13 23:18:21 2019 +0200 |
tree | 7d4baf2fdc4e65d0b6b12dfe28efa1049a56240c | |
parent | 837854d1bc01d91ff463a2cfdf8aec9b89d5fbd1 [diff] [blame] |
patch 8.1.1170: terminal ANSI color test does not cover all colors Problem: Terminal ANSI color test does not cover all colors. Solution: Use the color number, the name is not always resulting in an ANSI color when t_Co is 256.
diff --git a/src/version.c b/src/version.c index 367b170..475f828 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1170, +/**/ 1169, /**/ 1168,