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

Buffer completion cuts off after 45 characters #259

Open
arthurxavierx opened this issue May 5, 2019 · 0 comments
Open

Buffer completion cuts off after 45 characters #259

arthurxavierx opened this issue May 5, 2019 · 0 comments

Comments

@arthurxavierx
Copy link
Contributor

This happens because of the character limit in the regexp defined in this commit.

Ideally, this limit would be removed or turned into a configurable property, as removing the limit did not cause a performance hit in files with up to 4000 lines. This is so because the great majority of the tokens frequently encountered in normal text editing do not exceed the 45 characters threshold.

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

1 participant