On Mo, 17 Nov 2014, Bram Moolenaar wrote: > > Christian wrote: > > > On Sa, 15 Nov 2014, Christian Brabandt wrote: > > > > > If I see this correctly, the failing part of test63 has been added with > > > patch 7.4.330. I am pretty sure it fails, because vim thinks the > > > terminal can't handle colors and therefore the screenattr() function > > > returns 0. Alternatively one could set the MyGroup highlighting to > > > include some kind of term=bold (or similar, it is only necessary to be > > > different from the normal highlighting). > > > > For completeness, that would be that patch: > > diff --git a/src/testdir/test63.in b/src/testdir/test63.in > > --- a/src/testdir/test63.in > > +++ b/src/testdir/test63.in > > @@ -7,7 +7,7 @@ STARTTEST > > :" --- Check that "matcharg()" returns the correct group and pattern if a > > match > > :" --- is defined. > > :let @r = "*** Test 1: " > > -:highlight MyGroup1 ctermbg=red guibg=red > > +:highlight MyGroup1 term=bold ctermbg=red guibg=red > > :highlight MyGroup2 ctermbg=green guibg=green > > :highlight MyGroup3 ctermbg=blue guibg=blue > > :match MyGroup1 /TODO/ > > So this change replaces the other one, right?
yes. Mit freundlichen Grüßen Christian -- Spare jeden Pfennig, koste es was es wolle! -- -- 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 vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.