tmsvg / pear-tree

A Vim auto-pair plugin that supports multi-character pairs, intelligent matching, and more
MIT License
392 stars 12 forks source link

Intercepting <CR> appears to break other plugins that need it #47

Closed octavz closed 1 week ago

octavz commented 4 years ago

Like the title says: other plugin that uses CR key (for ex: vim-clap) is broken if used together with pear-tree, somehow pear-tree will intercept it first and doesn't bubble it further downstream.

mcepl commented 4 years ago

I would say this is a duplicate of #33, isn’t it?

tmsvg commented 1 week ago

Resolving in favor of https://github.com/tmsvg/pear-tree/issues/33