Closed
Conversation
M src/edit.c M src/insexpand.c M src/proto/insexpand.pro M src/testdir/test_ins_complete.vim
Member
|
thanks |
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this pull request
Aug 23, 2025
Problem: completion: autocomplete breaks second completion
(gravndal)
Solution: Fix the autocomplete bug (Girish Palya)
fixes: vim/vim#18044
closes: vim/vim#18068
vim/vim@b4e0bd9
Co-authored-by: Girish Palya <[email protected]>
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this pull request
Aug 23, 2025
Problem: completion: autocomplete breaks second completion
(gravndal)
Solution: Fix the autocomplete bug (Girish Palya)
fixes: vim/vim#18044
closes: vim/vim#18068
vim/vim@b4e0bd9
Co-authored-by: Girish Palya <[email protected]>
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this pull request
Aug 23, 2025
Problem: completion: autocomplete breaks second completion
(gravndal)
Solution: Fix the autocomplete bug (Girish Palya)
fixes: vim/vim#18044
closes: vim/vim#18068
vim/vim@b4e0bd9
Co-authored-by: Girish Palya <[email protected]>
Contributor
Author
|
Thanks |
Contributor
Author
|
@chrisbra This PR is not merged. Please take a look. |
Member
|
Opps, sorry. I am pretty sure I cherry-picked only the last merge commit into master. Either git skipped something for whatever reason or the last merge did not include all changes. That's one of the reasons I hate merge commits and prefer a linear history which I can easily squash into a single commit. Anyhow, I hope v9.1.1685 contains the missing changes now. Thanks for noticing. |
Member
|
should be there now: c6a0f42 |
Contributor
Author
|
No worries, thanks! |
sahinf
pushed a commit
to sahinf/vim
that referenced
this pull request
Sep 7, 2025
Problem: completion: autocomplete breaks second completion
(gravndal)
Solution: Fix the autocomplete bug (Girish Palya)
fixes: vim#18044
closes: vim#18068
Signed-off-by: Girish Palya <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
dundargoc
pushed a commit
to dundargoc/neovim
that referenced
this pull request
Sep 27, 2025
Problem: completion: autocomplete breaks second completion
(gravndal)
Solution: Fix the autocomplete bug (Girish Palya)
fixes: vim/vim#18044
closes: vim/vim#18068
vim/vim@b4e0bd9
Co-authored-by: Girish Palya <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #18044
Also, fix bug where menu items are inserted without being selected.