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

Does not work with vim inline comment #226

Open ph0ngp opened 8 years ago

ph0ngp commented 8 years ago

For example, when you type this type of comment

let g:something=1 "this option will affect blah blah

delimitMate still auto closes the double quote, thinking it's a string