-
Notifications
You must be signed in to change notification settings - Fork 182
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
javascript snippets issue #208
Comments
This should be what we want. See also #208.
This should be fixed in e2d294b. Let me know how it works. |
@ajzafar now it works correct! Thanks a lot! |
Here the example of code that I need to write: SocialSubFieldsCollection.__super__.initialize.apply(this, arguments); I try to write: SocialSubFieldsCollection.__super__.initialize.ap Here the snippet: https://github.com/unclechu/vimrc2/blob/master/.vim/snippets/javascript.snippets#L104-L105 |
For example I have snippet:
When I type this:
bar::
End press snippet key, it transforms to:
But if I type this:
Snippet key doesn't work, it just added \t:
The text was updated successfully, but these errors were encountered: