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 <SID>BinOptionG("hls", &hls)
if has("termguicolors")
call append("$", "termguicolors\tuse GUI colors for the terminal")
! call <SID>BinOptionG("tgc", &gcol)
endif
if has("syntax")
call append("$", "cursorcolumn\thighlight the screen column of the cursor")
--- 414,420 ----
call <SID>BinOptionG("hls", &hls)
if has("termguicolors")
call append("$", "termguicolors\tuse GUI colors for the terminal")
! call <SID>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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.