Patch 8.2.0635
Problem: When using 256 colors DarkYellow does not show expected color.
Solution: Use color 3 instead of 130. (Romain Lafourcade, closes #5985)
Files: src/highlight.c
*** ../vim-8.2.0634/src/highlight.c 2020-04-20 22:42:28.232964333 +0200
--- src/highlight.c 2020-04-25 15:29:37.178733041 +0200
***************
*** 524,530 ****
75, 11, 78, 15, -1};
// for xterm with 256 colors...
static int color_numbers_256[28] = {0, 4, 2, 6,
! 1, 5, 130, 130,
248, 248, 7, 7,
242, 242,
12, 81, 10, 121,
--- 524,530 ----
75, 11, 78, 15, -1};
// for xterm with 256 colors...
static int color_numbers_256[28] = {0, 4, 2, 6,
! 1, 5, 130, 3,
248, 248, 7, 7,
242, 242,
12, 81, 10, 121,
*** ../vim-8.2.0634/src/version.c 2020-04-25 15:24:40.551354115 +0200
--- src/version.c 2020-04-25 15:31:11.222532662 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 635,
/**/
--
hundred-and-one symptoms of being an internet addict:
13. You refer to going to the bathroom as downloading.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202004251335.03PDZuMO022614%40masaka.moolenaar.net.