Skip to content

SnipMate completion misses possibilities from partial words #209

@ajzafar

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?

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