Christian Brabandt wrote: > On Do, 21 Apr 2016, Bram Moolenaar wrote: > > > > > Patch 7.4.1770 > > Problem: Cannot use true color in the terminal. > > Solution: Add the 'guicolors' option. (Nikolai Pavlov) > > Files: runtime/doc/options.txt, runtime/doc/term.txt, > > runtime/doc/various.txt, src/auto/configure, src/config.h.in, > > src/configure.in, src/eval.c, src/globals.h, src/hardcopy.c, > > src/option.c, src/option.h, src/proto/term.pro, src/screen.c, > > src/structs.h, src/syntax.c, src/term.c, src/term.h, > > src/version.c, src/vim.h > > another small change > > When synIDattr(..., 'fg') or > synIDattr(..., 'bg') is used, the terminal colors are returned, even if > 'guicolors' is set. This patch fixes it:
Thanks! Please do send patches using an attachment. In the body text white space is often changed and I need to apply it manually. -- -rwxr-xr-x 1 root 24 Oct 29 1929 /bin/ed -rwxr-xr-t 4 root 131720 Jan 1 1970 /usr/ucb/vi -rwxr-xr-x 1 root 5.89824e37 Oct 22 1990 /usr/bin/emacs /// 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.
