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

single or double quotes (' or ") not working in javascript #64

Open larryhe opened 9 years ago

larryhe commented 9 years ago

Looks like single or double quotes (' or ") not working in javascript file. but it works for txt file. So how can configure it to make it work in javascript? Thanks

ivang commented 9 years ago

This issue seems similar to issues #43, #45, and #55. Please try the solution suggested in issue #45.

ghost commented 5 years ago

@larryhe @ivang I have forked this project and improved out-of-the-box compatibility with other plugins and themes. You can find the updated version here: https://github.com/whitehatzero/vim-autoclose