]> Sergey Matveev's repositories - vim-lsp.git/commit
Return an empty list when there are no 'omnifunc' results
authorAndreas Louv <andreas@louv.dk>
Mon, 3 Apr 2023 21:34:13 +0000 (23:34 +0200)
committerAndreas Louv <andreas@louv.dk>
Mon, 3 Apr 2023 21:50:30 +0000 (23:50 +0200)
commita5cb231102ce2a251683af2d788a234a63ea5546
treeee696ed41d336df8cbad82870c597bad2fe322b9
parent94bf38f1cc49e5c65f9935c155b62d6af0d4859d
Return an empty list when there are no 'omnifunc' results

This will let the omni search terminate and print

"-- Omni completion (^O^N^P) Pattern not found"

instead of making it end up printing

"-- Omni completion (^O^N^P) -- Searching...".
autoload/lsp/completion.vim