Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In LspOmniFunc() when cItems is empty (when findstart=1) it does not set the key 'completeItemsIsIncomplete' in the lspserver dictionary. When LspOmniFunc is called again with findstart=0, it fails. line 46: E716: Key not present in Dictionary: "completeItemsIsIncomplete" This affects rust, nix, and other lsp servers: girishji/vimcomplete#14 M autoload/lsp/completion.vim
- Loading branch information