Skip to content
JoseBlanca edited this page Sep 13, 2010 · 1 revision

The characters beyond column 80 will be marked using a vim trick based on the vim match capabilities.

:au BufWinEnter * let w:m2=matchadd('ErrorMsg', '\%>80v.\+', -1)
Clone this wiki locally