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

Fix completions #2

Closed
wants to merge 5 commits into from
Closed

Conversation

gerardroche
Copy link

This fixes the completions so that they are not affected by this bug:

sublimehq/sublime_text#1061

Completions triggers that contain any character not in [a-zA-Z0-9_-]
cause buffers completions to block i.e. buffer completions don't work
properly.

Trigger descriptions use '\t' character to separate the completion from
the trigger, which means they break buffer completions.

There were a few other ones that had parens in the trigger too.

Re: #1

This fixes completions so that they are not affected by this bug:

sublimehq/sublime_text#1061

Completions triggers that contain any character not in [a-zA-Z0-9_-]
cause buffers completions to block i.e. buffer completions don't work
properly.

Trigger descriptions use '\t' character to separate the completion from
the trigger, which means they break buffer completions.

There were a few other ones that had parens in the trigger too.

Re: eliquious#1
@gerardroche gerardroche closed this Sep 3, 2018
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

Successfully merging this pull request may close these issues.

1 participant