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

Insert closing char instead skipping #229

Open RageYL opened 8 years ago

RageYL commented 8 years ago

In those two cases i would like the closing pair to be inserted instead of being skipped:

In any case, thanks for this great plugin.

purpleP commented 8 years ago

This is driving me mad, really! You have functions to balance brackets and stuff. So you (by you I mean the plugin) can easily know when the bracket isn't balanced. Why the hell it's jumping to existing bracket when it's obvious that I want to insert closing bracket (because they aren't balanced when I'm trying to insert it).

Yggdroot commented 7 years ago

This issue has not been fixed yet, why?