Raimondi / delimitMate

Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
http://www.vim.org/scripts/script.php?script_id=2754
1.98k stars 117 forks source link

Vim Script Comments #140

Closed amadeus closed 10 years ago

amadeus commented 11 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?

Raimondi commented 11 years ago

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.

Olivia5k commented 10 years ago

Oh, this was fixed in #149 btw. :lollipop: