-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Fix: Issue #18044 #18068
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: Issue #18044 #18068
Conversation
M src/edit.c M src/insexpand.c M src/proto/insexpand.pro M src/testdir/test_ins_complete.vim
|
thanks |
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 <girishji@gmail.com>
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 <girishji@gmail.com>
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 <girishji@gmail.com>
|
Thanks |
|
@chrisbra This PR is not merged. Please take a look. |
|
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. |
|
should be there now: c6a0f42 |
|
No worries, thanks! |
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 <girishji@gmail.com>
Fixes #18044
Also, fix bug where menu items are inserted without being selected.