To: vim-dev@vim.org Subject: Patch 6.1.086 Fcc: outbox From: Bram Moolenaar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.086 Problem: The guifg color for CursorIM doesn't take effect. Solution: Use the foreground color when it's defined. (Muraoka Taro) Files: src/gui.c *** ../vim61.085/src/gui.c Sun May 5 22:51:14 2002 --- src/gui.c Tue Jun 4 19:50:14 2002 *************** *** 852,857 **** --- 853,860 ---- syn_id2colors(iid, &fg, &bg); if (bg != INVALCOLOR) cbg = bg; + if (fg != INVALCOLOR) + cfg = fg; } } } *** ../vim61.085/src/version.c Mon Jun 3 21:53:04 2002 --- src/version.c Tue Jun 4 19:52:27 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 86, /**/ -- I AM THANKFUL... ...for a lawn that needs mowing, windows that need cleaning and gutters that need fixing because it means I have a home. /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///