I have seen http://stackoverflow.com/questions/235439/vim-80-column-layout-concerns, but the answer there hilights only actual content that goes over the 80 character mark - I want to be able to have a vim window open with 100 or more columns, with the leftmost 80 columns using the normal background and anything past that using a slightly different background. I mean the background of the window, not just text that goes over the 80 character point. This would give me an indication of how close I am getting to the 80-char point without having to go over it first.
I don't think this is currently possible, but I thought I'd ask just in case.
Maybe it could be done with a plugin?