diff options
author | Mathias Fußenegger <mfussenegger@users.noreply.github.com> | 2024-06-14 19:32:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-14 19:32:34 +0200 |
commit | aa47af7e69bb32c4486510dce27f45d9028e0a6c (patch) | |
tree | 18313e0ad12ea97f4fc2ea6993bc0f935f110c51 /runtime/lua/vim/lsp/diagnostic.lua | |
parent | ba70404c558169b813f51d5a0bb71cd540555c93 (diff) | |
download | rneovim-aa47af7e69bb32c4486510dce27f45d9028e0a6c.tar.gz rneovim-aa47af7e69bb32c4486510dce27f45d9028e0a6c.tar.bz2 rneovim-aa47af7e69bb32c4486510dce27f45d9028e0a6c.zip |
fix(lsp): tune completion word extraction for decorated labels (#29331)
Problem:
For snippets lsp.completion prefers the label if it is shorter than the
insertText or textEdit to support postfix completion cases but clangd
adds decoration characters to labels. E.g.: `•INT16_C(c)`
Solution:
Use parse_snippet on insertText/textEdit before checking if it is
shorter than the label.
Fixes https://github.com/neovim/neovim/issues/29301
Diffstat (limited to 'runtime/lua/vim/lsp/diagnostic.lua')
0 files changed, 0 insertions, 0 deletions