]> Sergey Matveev's repositories - vim-lsp.git/commit
Respect "isIncomplete" when omni completing
authorAndreas Louv <andreas@louv.dk>
Sun, 19 Mar 2023 10:30:38 +0000 (11:30 +0100)
committerAndreas Louv <andreas@louv.dk>
Sun, 19 Mar 2023 10:52:16 +0000 (11:52 +0100)
commit545919221bea28d36169ed27a04915b2de89d683
treebae20de3eaee5629ed168ece4f7c820f591d9be9
parent017e5dfc950013e81a9fa28ebb23875bae88853c
Respect "isIncomplete" when omni completing

The specifications states:

> for speed clients should be able to filter an already received
> completion list if the user continues typing. Servers can opt out of
> this using a CompletionList and mark it as isIncomplete
autoload/lsp/completion.vim