On Fri, Apr 22, 2016 at 9:09 AM, Manuel Ortega <[email protected]>
wrote:
> On OS X 10.11.4, one of the recent patches that was intended to fix the
> new truecolor terminal support broke things badly.
>
> It is now the case that "set guicolors", where the relevant "t_b8" stuff
> was already set in my vimrc, causing the OS X print dialog to appear, and
> the vim screen is garbled, and is also black and white.
>
> These settings worked previously.
>
Bisecting reveals that patch 7.4.1773 is the culprit. If it helps, this
patch also introduced a *new* compiler warning that wasn't there previously:
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -g -O2
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/term.o term.c
term.c:1388:14: warning: incompatible pointer to integer conversion
assigning to
'int' from 'char *' [-Wint-conversion]
ignored = fgets(line, LINE_LEN, fd);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
--
--
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.