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 <SID>OptionG("hl", &hl)
call append("$", "hlsearch\thighlight all matches for the last used search
pattern")
call <SID>BinOptionG("hls", &hls)
! if has("termtruecolor")
call append("$", "termguicolors\tuse GUI colors for the terminal")
call <SID>BinOptionG("tgc", &gcol)
endif
--- 412,418 ----
call <SID>OptionG("hl", &hl)
call append("$", "hlsearch\thighlight all matches for the last used search
pattern")
call <SID>BinOptionG("hls", &hls)
! if has("termguicolors")
call append("$", "termguicolors\tuse GUI colors for the terminal")
call <SID>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 -- [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.