On Fri, 12 May 2006, Richard Emberson wrote:


Is there a way in a vim script to set the color (fg/bg) to a block
of text? say from line 12 to line 15 and from column 4 to column 9.
The text in this block can be anything, not syntax.


Perhaps something like

  :match Todo /\%>11l\%<16l\%>3c\%<10c/

HTH.
--
Gerald

Reply via email to