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.99k stars 116 forks source link

Don't add semicolon for certain match #285

Open 9mm opened 4 years ago

9mm commented 4 years ago

This plugin works perfectly. My only question is how hard would it be to conditionally add the ; at the end of the line?

For example, it should trigger for this:

var x = function() {};

but not

function () { or class {