Charles Campbell wrote: > Bram Moolenaar wrote: >> Charles Campbell wrote: >> >>> 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 >>> One unwanted side effect that I've noticed so far: Ignore highlighting >>> is no longer ignored. >> What do you mean with "Ignore highlighting", what is used in the help >> file? How can it be reproduced? >> > Hello: > > Here's how to reproduce the problem: (after using bunzip2 and tar xf, of > course) > > 1. vim -u gcol.vimrc junk > :so junksyn.vim > > As attached, gcol.vimrc uses the gcol option. Note that the trailing > ~123 does not get Ignore'd. > > 2. To see what it should have done: comment out the set gcol line in > I need to further mention that when I did this example I had not configured with --enable-termtruecolor . After having done so, the ~123 which should be Ignore'd is not Ignore'd either with or without set gcol.
Regards, Chip Campbell -- -- 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.
