To: vim_dev@googlegroups.com Subject: Patch 8.2.0635 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///