pear-tree
pear-tree copied to clipboard
Closing bracket seems to disappear after pressing enter
Hello, I'm new to all this, but the auto-completed closing bracket disappears if I press enter while the cursor is in between the brackets. Is this supposed to happen, and how do I prevent it?
Note that the closing pair disappears after pressing <CR>. This is required to not break dot-repeat, but it will be automatically restored later.
Quoting from the README here.
you can prevent erasing the closing string by setting
g:pear_tree_repeatable_expand
to 0
.