commit | fa03fd6c4a9fe05274d62ddefd645cb5801d2023 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 22:03:00 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 22:03:00 2016 +0100 |
tree | 6a3e2099d677c218535fcefd471fca858d5e3a22 | |
parent | a3306958dcb9aadff1e1e8521d908d86b10ac99a [diff] [blame] |
patch 7.4.1036 Problem: Only terminals with up to 256 colors work properly. Solution: Use the 256 color behavior for all terminals with 256 or more colors. (Robert de Bath, closes #504)
diff --git a/src/version.c b/src/version.c index 49eebc1..48c8485 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1036, +/**/ 1035, /**/ 1034,