Re: [vim/vim] complete_info() does not report the item highlight groups (PR #21105)

glepnir (Vim Github Repository) <[email protected]>
Newsgroups gmane.editors.vim.devel
Message-ID <vim/vim/pull/21105/[email protected]>
glepnir left a comment (vim/vim#21105)

Because the plugin refreshing the list isn't always the one that made it. LSP servers send isIncomplete=true, so the client re-queries and calls complete() again on nearly every keystroke — and matches from the other 'complete' sources have to be read back with complete_info() and passed along. Everything survives that round trip except abbr_hlgroup and kind_hlgroup. They're the only keys complete() takes that you can't read back.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/vim/vim/pull/21105#issuecomment-5364885073
You are receiving this because you are subscribed to this thread.

Message ID: <vim/vim/pull/21105/[email protected]>

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/vim_dev/vim/vim/pull/21105/c5364885073%40github.com.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.