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 116 forks source link

[Feature Request] More matchpairs support #282

Closed voldikss closed 5 years ago

voldikss commented 5 years ago

It seems that this plugin wasn't maintained anymore...

But I still look forward to the support of the following pairs:

{% %}
<!-- -->
/* */
.etc

P.S. I've tested that those pairs wasn't support by delimitMate by setting delimitMate_matchpairs(and it gave me a lot of errors like matchpairs must be different from each other...)

Raimondi commented 5 years ago

Matching pairs are limited to single characters, you can not use delimitMate with those examples.

voldikss commented 5 years ago

Thanks for your quick response.

Would this feature be supported in the future? I noticed that this was supported in auto-pairs, but it has some other bugs...

So I feel it will be awesome if you include that feature in delimiteMate:relaxed: