Closed amadeus closed 10 years ago
In vim script, a " entered at the beginning of a line is a comment, however later in a line it is not considered a comment.
"
Is there a way delimitMate can differentiate this and not autoclose a comment?
Not really, there was a hackish solution that didn't work reliably and broke undo history even more than delimitMate does now so I just removed it.
Oh, this was fixed in #149 btw. :lollipop:
In vim script, a
"
entered at the beginning of a line is a comment, however later in a line it is not considered a comment.Is there a way delimitMate can differentiate this and not autoclose a comment?