Fix: autocompletedelay should not delay menu selection#18048
Closed
girishji wants to merge 3 commits intovim:masterfrom
Closed
Fix: autocompletedelay should not delay menu selection#18048girishji wants to merge 3 commits intovim:masterfrom
girishji wants to merge 3 commits intovim:masterfrom
Conversation
Contributor
|
Thanks. I suppose it fixes #18022 |
Contributor
Author
It should. Also, you can tag me. Otherwise, I won't be notified about the bug. |
M src/testdir/dumps/Test_autocompletedelay_8.dump M src/testdir/dumps/Test_autocompletedelay_9.dump M src/testdir/test_ins_complete.vim
M src/testdir/dumps/Test_autocompletedelay_10.dump M src/testdir/dumps/Test_autocompletedelay_8.dump M src/testdir/dumps/Test_autocompletedelay_9.dump M src/testdir/test_ins_complete.vim
Member
|
thanks |
Contributor
Author
|
Thanks |
Contributor
|
@girishji I believe now there is a regression briefly:
|
Contributor
Contributor
|
for case 2)
pmenu should stay visible but it is cancelled after "hello\nworld" is inserted |
Contributor
|
The workaround (for me) is to specify |
habamax
added a commit
to habamax/.vim
that referenced
this pull request
Aug 20, 2025
Contributor
Author
Contributor
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this pull request
Aug 23, 2025
Problem: Autocompletion adds delay
(gcanat, char101, after v9.1.1638)
Solution: Temporarily disable autocomplation (Girish Palya).
related: vim/vim#17960
fixes: vim/vim#18022
closes: vim/vim#18048
vim/vim@196c376
Co-authored-by: Girish Palya <[email protected]>
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this pull request
Aug 23, 2025
Problem: Autocompletion adds delay
(gcanat, char101, after v9.1.1638)
Solution: Temporarily disable autocomplation (Girish Palya).
related: vim/vim#17960
fixes: vim/vim#18022
closes: vim/vim#18048
vim/vim@196c376
Co-authored-by: Girish Palya <[email protected]>
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this pull request
Aug 23, 2025
Problem: Autocompletion adds delay
(gcanat, char101, after v9.1.1638)
Solution: Temporarily disable autocomplation (Girish Palya).
related: vim/vim#17960
fixes: vim/vim#18022
closes: vim/vim#18048
vim/vim@196c376
Co-authored-by: Girish Palya <[email protected]>
sahinf
pushed a commit
to sahinf/vim
that referenced
this pull request
Sep 7, 2025
Problem: Autocompletion adds delay
(gcanat, char101, after v9.1.1638)
Solution: Temporarily disable autocomplation (Girish Palya).
related: vim#17960
fixes: vim#18022
closes: vim#18048
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: Autocompletion adds delay
(gcanat, char101, after v9.1.1638)
Solution: Temporarily disable autocomplation (Girish Palya).
related: vim/vim#17960
fixes: vim/vim#18022
closes: vim/vim#18048
vim/vim@196c376
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 #17960 (comment)