-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Feat: Add configurable timeouts for manual and auto completion #17967
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
Conversation
Add 'autocompletetimeout' and 'completetimeout' options
This affect both automatic completion ('autocomplete') and manual completion
(i_CTRL-N, i_CTRL-P).
Fixes vim#17908
M src/optiondefs.h
|
@chrisbra Is there anything else that needs to be done for this? |
|
sorry, too much going on here at work and with my family, so I haven't had a chance to re-look at it. I suppose the change to |
|
No worries, thanks. |
Problem: completion: cannot add timeouts for 'cpt' sources
(Evgeni Chasnovski)
Solution: Add the 'autocompletetimeout' and 'completetimeout' options
(Girish Palya)
fixes: vim/vim#17908
closes: vim/vim#17967
vim/vim@69a337e
Co-authored-by: Girish Palya <[email protected]>
Problem: completion: cannot add timeouts for 'cpt' sources
(Evgeni Chasnovski)
Solution: Add the 'autocompletetimeout' and 'completetimeout' options
(Girish Palya)
fixes: vim/vim#17908
closes: vim/vim#17967
vim/vim@69a337e
Co-authored-by: Girish Palya <[email protected]>
…#35447) Problem: completion: cannot add timeouts for 'cpt' sources (Evgeni Chasnovski) Solution: Add the 'autocompletetimeout' and 'completetimeout' options (Girish Palya) fixes: vim/vim#17908 closes: vim/vim#17967 vim/vim@69a337e Co-authored-by: Girish Palya <[email protected]>
Unfortunately, it seems that the changes in diff.pro are included in the patch 9.1.1672 as is. |
Problem: completion: cannot add timeouts for 'cpt' sources
(Evgeni Chasnovski)
Solution: Add the 'autocompletetimeout' and 'completetimeout' options
(Girish Palya)
fixes: vim#17908
closes: vim#17967
Signed-off-by: Girish Palya <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
…neovim#35447) Problem: completion: cannot add timeouts for 'cpt' sources (Evgeni Chasnovski) Solution: Add the 'autocompletetimeout' and 'completetimeout' options (Girish Palya) fixes: vim/vim#17908 closes: vim/vim#17967 vim/vim@69a337e Co-authored-by: Girish Palya <[email protected]>
Add 'autocompletetimeout' and 'completetimeout' options
This affects both automatic completion ('autocomplete') and manual completion (i_CTRL-N, i_CTRL-P).
Addresses #17908