Closed JonathanReeve closed 10 years ago
I can see how this is annoying, but I kind of like the smart / curly quotes so would want to keep them enabled. What I've now changed instead is the highlighting:
Only if the opening quote is not preceded by a "word character" and only if the closing quote is not followed by a "word character" does the highlighting apply.
Although this change has nothing to do with the title of this issue I do believe it resolves your problem. Do you agree?
I'm going to go ahead and close this issue now, given that I think I fixed the underlying problem. If your problem is not resolved please feel free to reopen this issue or open a new one. Thanks for the feedback & happy Vimming!
Apostrophes such as the
'
incan't
turn into curly quotes. This makes it so that a quoted string likeI can't do it
is highlighted as a quoted string up until the t, like this:I can
't do it.