I have seen Vim 80 column layout concerns, but the answer there highlights only actual content that goes over the 80 character mark. I want to have a 100+ column Vim window open with the leftmost 80 columns using the normal background and anything past that using a slightly different background. The Vim window background should be a different color, not just text that goes over the 80 character point. This would indicate 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?
TextMate Example of Desired Vim Right Margin Highlighting
By selecting "Highlight right margin" in TextMate's general preferences, you can see an example of the desired Vim behavior.