Christian Brabandt wrote; > > Dominique Pelle wrote: > > > 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. > > I see you just fixed the obvious warnings. However there still exists a > problem. > > If you enable guicolors, you should have the rgb.txt file in your > $VIMRUNTIME directory, since vim tries to open that file and parse the > color names from there (termtrue_mch_get_color()). This fails if the > file is not available. Unfortunately, the unix make install part, does > not install it and when executing e.g. the following command: > highlight MatchParen term=reverse ctermbg=7 guibg=cornsilk > Vim errors with > E254: Cannot allocate color cornsilk > > perhaps this patch fixes it:
Thanks. Once we have it working we should probably include the feature for the huge build. -- I'm sure that I asked CBuilder to do a "full" install. Looks like I got a "fool" install, instead. Charles E Campbell, Jr, PhD /// 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.
