To: vim_dev@googlegroups.com Subject: Patch 7.4.1809 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1809 (after 7.4.1808) Problem: Using wrong short option name for 'termguicolors'. Solution: Use the option name. Files: runtime/optwin.vim *** ../vim-7.4.1808/runtime/optwin.vim 2016-04-30 16:13:06.811224602 +0200 --- runtime/optwin.vim 2016-04-30 16:47:38.356211520 +0200 *************** *** 414,420 **** call BinOptionG("hls", &hls) if has("termguicolors") call append("$", "termguicolors\tuse GUI colors for the terminal") ! call BinOptionG("tgc", &gcol) endif if has("syntax") call append("$", "cursorcolumn\thighlight the screen column of the cursor") --- 414,420 ---- call BinOptionG("hls", &hls) if has("termguicolors") call append("$", "termguicolors\tuse GUI colors for the terminal") ! call BinOptionG("tgc", &tgc) endif if has("syntax") call append("$", "cursorcolumn\thighlight the screen column of the cursor") *** ../vim-7.4.1808/src/version.c 2016-04-30 16:13:06.811224602 +0200 --- src/version.c 2016-04-30 16:49:16.895110044 +0200 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 1809, /**/ -- BRIDGEKEEPER: What is the air-speed velocity of an unladen swallow? ARTHUR: What do you mean? An African or European swallow? BRIDGEKEEPER: Er ... I don't know that ... Aaaaarrrrrrggghhh! BRIDGEKEEPER is cast into the gorge. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// 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 ///