views:

89

answers:

1

Hello,

Is it possible to define a syntax group where highlighting would extend to the right edge of the screen (and not just to the last character in the line) ? This group could potentially match several lines. I am not trying to highlight the current cursor line, but rather whole comment blocks.

A: 

See this question

You may be able to use:

:match DiffAdd '\%>72v.*'
Ayman
This will not work.
Peter