It would be nice if it emulated the behaviour of paren-matching plugins that skip over the closing parenthesis if you enter it, rather than inserting a new one. For example:
If you type end and hit enter with the cursor at the |, it should remove the the existing end and move the cursor to the line after it.
It would be nice if it emulated the behaviour of paren-matching plugins that skip over the closing parenthesis if you enter it, rather than inserting a new one. For example:
If you type
endand hit enter with the cursor at the|, it should remove the the existingendand move the cursor to the line after it.