Townk / vim-autoclose

This plugin for Vim enable an auto-close chars feature for you. For instance if you type an '(', ``autoclose`` will automatically insert a ')' and put the cursor between than.
http://townk.github.com/vim-autoclose/
503 stars 66 forks source link

Don't delete random pairs of characters #12

Closed artm closed 12 years ago

artm commented 13 years ago

If hitting backspace between two identical characters that aren't pairs don't do smart deletion (or rather be smart and only delete one).

This should close issue #8, it is actually a one-line version of a pull request 8 from juhasz.