To: vim_dev@googlegroups.com Subject: Patch 8.0.1618 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1618 Problem: Color Grey50, used for ToolbarLine, is missing in the compiled-in table. Solution: Add the color to the list. (Kazunobu Kuriyama) Files: src/term.c *** ../vim-8.0.1617/src/term.c 2018-03-06 13:17:19.793809675 +0100 --- src/term.c 2018-03-20 11:12:54.538157263 +0100 *************** *** 3642,3648 **** return (full_screen && *T_TI != NUL); } ! #ifdef FEAT_MOUSE /* * setmouse() - switch mouse on/off depending on current mode and 'mouse' */ --- 3642,3648 ---- return (full_screen && *T_TI != NUL); } ! #if defined(FEAT_MOUSE) || defined(PROTO) /* * setmouse() - switch mouse on/off depending on current mode and 'mouse' */ *************** *** 6805,6810 **** --- 6805,6811 ---- {(char_u *)"green", RGB(0x00, 0xFF, 0x00)}, {(char_u *)"grey", RGB(0xBE, 0xBE, 0xBE)}, {(char_u *)"grey40", RGB(0x66, 0x66, 0x66)}, + {(char_u *)"grey50", RGB(0x7F, 0x7F, 0x7F)}, {(char_u *)"grey90", RGB(0xE5, 0xE5, 0xE5)}, {(char_u *)"lightblue", RGB(0xAD, 0xD8, 0xE6)}, {(char_u *)"lightcyan", RGB(0xE0, 0xFF, 0xFF)}, *** ../vim-8.0.1617/src/version.c 2018-03-19 21:44:33.712530742 +0100 --- src/version.c 2018-03-20 11:16:44.956881702 +0100 *************** *** 768,769 **** --- 768,771 ---- { /* Add new patch number below this line */ + /**/ + 1618, /**/ -- The only backup you need is the one that you didn't have time for. (Murphy) /// 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 ///