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

Groups autocomplete pops up in the middle of a sentence #6929

Closed
turt2live opened this issue Jun 24, 2018 · 3 comments
Closed

Groups autocomplete pops up in the middle of a sentence #6929

turt2live opened this issue Jun 24, 2018 · 3 comments

Comments

@turt2live
Copy link
Member

I tried typing Person+crew and at the +c I got a pop up. Surely that shouldn't happen.

Haven't tested aliases or users, but they probably have the same issue.

@t3chguy
Copy link
Member

t3chguy commented Jun 24, 2018

Yup
image

Should be trivial with a word boundary added to the regexp tho

@t3chguy
Copy link
Member

t3chguy commented Jun 25, 2018

Current regexp
image
New regexp
image

so should fix all the mid-word autocompletes :D

@t3chguy
Copy link
Member

t3chguy commented Jun 25, 2018

(the capture group wasn't actually being used)

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

3 participants