diff options
author | Hirokazu Hata <h.hata.ai.t@gmail.com> | 2020-05-08 05:23:25 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-07 16:23:25 -0400 |
commit | 9a67b030d9a054648296b45b615684dee768582d (patch) | |
tree | 57315d01d1a2f7f82eb0eb84b41d1eb029995a8a /runtime/lua/vim/lsp/callbacks.lua | |
parent | 1407899c32018f1988936adfddc1dede73c559cb (diff) | |
download | rneovim-9a67b030d9a054648296b45b615684dee768582d.tar.gz rneovim-9a67b030d9a054648296b45b615684dee768582d.tar.bz2 rneovim-9a67b030d9a054648296b45b615684dee768582d.zip |
lsp: Handle unknown CompletionItemKind and SymbolKind (#12257)
* lsp: handle kinds not specified in protocol
fix: #12200
If the client set "symbolKind.valueSet",
the client must handle it properly even if it receives a value outside the specification.
* test: add lsp.util.{get_completion_item_kind_name, get_symbol_kind_name} test case
* lsp: make lsp.util.{get_completion_item_kind_name, get_symbol_kind_name} private
Diffstat (limited to 'runtime/lua/vim/lsp/callbacks.lua')
0 files changed, 0 insertions, 0 deletions