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 off by one error for completion-replace option #10279

Merged
merged 1 commit into from Apr 8, 2024

Conversation

pascalkuthe
Copy link
Member

closes #9799

was originally not able to pin this down since the provided doc file didn't contain any information. But this was very easy to reproduce with python. Turns out to be a simple off by one by error that slipped trough since almost every fully featured lsp only sends full edits.

@pascalkuthe pascalkuthe added C-bug Category: This is a bug E-easy Call for participation: Experience needed to fix: Easy / not much A-language-server Area: Language server client S-waiting-on-review Status: Awaiting review from a maintainer. labels Apr 8, 2024
@archseer archseer merged commit 6f5ea6b into master Apr 8, 2024
6 checks passed
@archseer archseer deleted the completion_replace_off_by_one branch April 8, 2024 03:31
postsolar pushed a commit to postsolar/helix that referenced this pull request Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-language-server Area: Language server client C-bug Category: This is a bug E-easy Call for participation: Experience needed to fix: Easy / not much S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

completion-replace problem
2 participants