I'd like to make my comments 80 characters wide while allowing my code to go to 132 characters.
Is there a way to do this? I was looking at synID, but my viml-fu is not up to the task. I'm not even sure where to start.
I'd like to make my comments 80 characters wide while allowing my code to go to 132 characters.
Is there a way to do this? I was looking at synID, but my viml-fu is not up to the task. I'm not even sure where to start.
My OnSyntaxChange plugin allows to define hooks based on the syntax under the cursor. This will do what you want: