To: vim_dev@googlegroups.com Subject: Patch 7.4.1781 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1781 Problem: synIDattr() does not respect 'guicolors'. Solution: Change the conditition for the mode. (Christian Brabandt) Files: src/eval.c *** ../vim-7.4.1780/src/eval.c 2016-04-23 13:54:36.688653059 +0200 --- src/eval.c 2016-04-23 15:14:49.067780758 +0200 *************** *** 20019,20026 **** } else { ! #ifdef FEAT_GUI ! if (gui.in_use) modec = 'g'; else #endif --- 20019,20026 ---- } else { ! #if defined(FEAT_GUI) || defined(FEAT_TERMTRUECOLOR) ! if (USE_24BIT) modec = 'g'; else #endif *** ../vim-7.4.1780/src/version.c 2016-04-23 14:33:11.341175028 +0200 --- src/version.c 2016-04-23 15:18:30.353529735 +0200 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 1781, /**/ -- 5 out of 4 people have trouble with fractions. /// 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 ///