Hi I am using a vim setting to highlight columns past the column 80. This hardcoded setting is good enough for programming where I like to keep it in 79 columns. However for LaTeX, plain txt, RST, where I use different tw
values it is not working for obvious reasons. Is it possible to somehow use the value of textwidth
setting inside this regexp ? Or if not, how can I approach this problem ?
hi OverLength ctermbg=darkred ctermfg=white guibg=#592929
match OverLength /\%81v.\+/