Dominique Pelle wrote:
> Nikolay Aleksandrovich Pavlov <[email protected]> wrote:
>
> > 2016-04-21 22:39 GMT+03:00 Kent Sibilev <[email protected]>:
> >> On Thursday, April 21, 2016 at 3:11:42 PM UTC-4, 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
> >>>
> >>
> >> That's great, but how do I set it?
> >>
> >> :set guicolors?
> >> E519: Option not supported: guicolors?
> >> :echo &guicolors
> >> 0
> >> :set guicolors
> >> :echo &guicolors
> >> 0
> >>
> >> Also now when running 'make install' I get the following error at the end:
> >>
> >> if test -d /usr/local/share/applications -a -w
> >> /usr/local/share/applications; then \
> >> cp ../runtime/vim.desktop \
> >> ../runtime/gvim.desktop \
> >> /usr/local/share/applications; \
> >> if test -z "" -a -x ; then \
> >> -q /usr/local/share/applications; \
> >> fi \
> >> fi
> >> /bin/sh: line 0: test: argument expected
> >
> > To get &guicolors you should use --enable-termtruecolor at configure
> > stage. Not sure why you get that error at `make install`, AFAIR I did
> > not edit anything that should affect installation process.
>
> Hi Nikolay
>
> I just tried it on xubuntu-14.04.4 (xfce4-terminal, TERM=xterm-256color)
> but it does not work yet for me and there are compilation warnings:
I can fix the obvious problems, but it appears some part of the patch
went missing. I had to merge manually.
--
WOMAN: Well, 'ow did you become king then?
ARTHUR: The Lady of the Lake, [angels sing] her arm clad in the purest
shimmering samite, held aloft Excalibur from the bosom of the water
signifying by Divine Providence that I, Arthur, was to carry
Excalibur. [singing stops] That is why I am your king!
The Quest for the Holy Grail (Monty Python)
/// 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.