commit | e93c968f520ee8d6bc29ccc6e18055ac65e832b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 25 15:35:32 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 25 15:35:32 2020 +0200 |
tree | b3679fce004e7c991422d9aed18aca364b3f47aa | |
parent | 92b83ccfda7a1d654ccaaf161a9c8a8e01fbcf76 [diff] [blame] |
patch 8.2.0635: when using 256 colors DarkYellow does not show expected color Problem: When using 256 colors DarkYellow does not show expected color. Solution: Use color 3 instead of 130. (Romain Lafourcade, closes #5985)
diff --git a/src/version.c b/src/version.c index b05d3d8..2fcabeb 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 635, +/**/ 634, /**/ 633,