Files
neovim/runtime/lua/vim/lsp/completion.lua
Mathias Fußenegger 19be3d2683 fix(lsp): trim trailing whitespace from completion words (#29122)
the `complete()` mechanism doesn't play nicely with trailing newlines or
tabs. A newline causes it to insert a null character, showing up as
`^@`.
2024-06-02 09:54:15 +02:00

22 KiB