Skip to content

SnipMate completion misses possibilities from partial words #209

Description

@ajzafar

From @unclechu:

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
When I have space before .ap it calls snippet-autocomplete, but in this case it doesn't. But still works when I type full snippet name .apply. Then it means we have issue with snippet-autocomplete when we haven't space before snippet name, right?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions