To: vim_dev@googlegroups.com Subject: Patch 8.0.1471 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1471 (after 8.0.1401) Problem: On MS-Windows CursorIM highlighting no longer works. Solution: Adjust #if statements. (Ken Takata) Files: src/gui.c *** ../vim-8.0.1470/src/gui.c 2018-02-03 19:17:32.756662072 +0100 --- src/gui.c 2018-02-04 19:00:36.587178860 +0100 *************** *** 1137,1149 **** if (id > 0) { cattr = syn_id2colors(id, &cfg, &cbg); ! #if defined(FEAT_XIM) || defined(FEAT_HANGULIN) { static int iid; guicolor_T fg, bg; if ( ! # if defined(FEAT_GUI_GTK) && !defined(FEAT_HANGULIN) preedit_get_status() # else im_get_status() --- 1137,1149 ---- if (id > 0) { cattr = syn_id2colors(id, &cfg, &cbg); ! #if defined(FEAT_MBYTE) || defined(FEAT_HANGULIN) { static int iid; guicolor_T fg, bg; if ( ! # if defined(FEAT_GUI_GTK) && defined(FEAT_XIM) && !defined(FEAT_HANGULIN) preedit_get_status() # else im_get_status() *** ../vim-8.0.1470/src/version.c 2018-02-04 18:22:41.691668765 +0100 --- src/version.c 2018-02-04 18:59:59.655446293 +0100 *************** *** 773,774 **** --- 773,776 ---- { /* Add new patch number below this line */ + /**/ + 1471, /**/ -- Yah, well, we had to carve our electrons out of driftwood we'd find. In the winter. Uphill. Both ways. /// 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 ///