[OT] vim tip with column limits
mark_mcs
mark at mnetcs.com
Mon Oct 9 13:11:42 UTC 2017
On Monday, 9 October 2017 at 00:24:02 UTC, Jonathan M Davis wrote:
> It would be nice if I could give the lines different colors (it
> does look like it's possible to change the colors of the lines
> but not individually), but it's already fantastic that there's
> a way to have multiple at all - particularly since I had no
> clue before that that was even possible.
I didn't even know about cc. I've always used a custom
highlighter for this:
hi LineLimit ctermbg=red ctermfg=white guibg=#be322f
match LineLimit /\%121v/
More information about the Digitalmars-d
mailing list