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

all symmetrical character delete fix #7

Closed juhasz closed 13 years ago

juhasz commented 13 years ago

all symmetrical characters will deleted with backspace, not just the AutoClosePairs:

Example: if you hit backspace 5 times in this string: 'asdf fdsa', the string will be empty...

I fixed this bug.

juhasz commented 13 years ago

oh, and I added doc/tags to .gitignore it is usefull if you use pathogen

blueyed commented 13 years ago

btw: you might want to add "tags" to your global gitignore file instead. Also at least some of the trailing whitespace you've removed is there intentionally, see "w" in ":h fo-table".

juhasz commented 13 years ago

OK I closed this request, and I'll open an other...