Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out if starting quote is already in code #36

Closed
marlun opened this issue Mar 3, 2013 · 2 comments
Closed

Figure out if starting quote is already in code #36

marlun opened this issue Mar 3, 2013 · 2 comments

Comments

@marlun
Copy link

marlun commented Mar 3, 2013

When I use vim html attribute completion I get to situations where the code looks like:

<img src="test.jpg|

and when I hit " to end the attribute auto-pairs enters a second " so the code becomes

<img src="test.jpg"|"

could auto-paris not figure out that I'm already inside a string and just want to close it? I know I can do " but it would be nice if I didn't have to.

@jiangmiao
Copy link
Owner

The feature has been added.

@marlun
Copy link
Author

marlun commented Mar 4, 2013

Works great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants