To: vim_dev@googlegroups.com Subject: Patch 7.4.1808 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1808 (after 7.4.1806) Problem: Using wrong feature name to check for 'termguicolors'. Solution: Use the right feature name. (Ken Takata) Files: runtime/optwin.vim *** ../vim-7.4.1807/runtime/optwin.vim 2016-04-30 15:17:06.949150618 +0200 --- runtime/optwin.vim 2016-04-30 16:09:22.241699620 +0200 *************** *** 412,418 **** call OptionG("hl", &hl) call append("$", "hlsearch\thighlight all matches for the last used search pattern") call BinOptionG("hls", &hls) ! if has("termtruecolor") call append("$", "termguicolors\tuse GUI colors for the terminal") call BinOptionG("tgc", &gcol) endif --- 412,418 ---- call OptionG("hl", &hl) call append("$", "hlsearch\thighlight all matches for the last used search pattern") call BinOptionG("hls", &hls) ! if has("termguicolors") call append("$", "termguicolors\tuse GUI colors for the terminal") call BinOptionG("tgc", &gcol) endif *** ../vim-7.4.1807/src/version.c 2016-04-30 16:07:18.607060334 +0200 --- src/version.c 2016-04-30 16:10:31.868932711 +0200 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 1808, /**/ -- SIGFUN -- signature too funny (core dumped) /// 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 ///