To: vim_dev@googlegroups.com Subject: Patch 8.0.1401 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1401 Problem: Cannot build with GTK but without XIM. (Guido) Solution: Adjust #ifdef. (closes #2461) Files: src/gui.c *** ../vim-8.0.1400/src/gui.c 2017-11-25 17:14:29.600189562 +0100 --- src/gui.c 2017-12-17 21:47:59.533107716 +0100 *************** *** 1136,1142 **** if (id > 0) { cattr = syn_id2colors(id, &cfg, &cbg); ! #if defined(FEAT_MBYTE) || defined(FEAT_HANGULIN) { static int iid; guicolor_T fg, bg; --- 1136,1142 ---- if (id > 0) { cattr = syn_id2colors(id, &cfg, &cbg); ! #if defined(FEAT_XIM) || defined(FEAT_HANGULIN) { static int iid; guicolor_T fg, bg; *** ../vim-8.0.1400/src/version.c 2017-12-17 16:10:51.182858654 +0100 --- src/version.c 2017-12-17 21:54:44.384132772 +0100 *************** *** 773,774 **** --- 773,776 ---- { /* Add new patch number below this line */ + /**/ + 1401, /**/ -- hundred-and-one symptoms of being an internet addict: 117. You are more comfortable typing in html. /// 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 ///