neovim/test/functional/plugin/lsp
Mathias Fussenegger 5e5f5174e3 fix(lsp): fix off-by-one error for omnifunc word boundary
Fixes https://github.com/neovim/neovim/issues/25177

I initially wanted to split this into a refactor commit to make it more
testable, but it appears that already accidentally fixed the issue by
normalizing lnum/col to 0-indexing
2023-10-23 08:26:38 +02:00
..
codelens_spec.lua feat(lsp): add function to clear codelens (#21504) 2022-12-31 16:16:21 +01:00
completion_spec.lua fix(lsp): fix off-by-one error for omnifunc word boundary 2023-10-23 08:26:38 +02:00
diagnostic_spec.lua fix(lsp): only disable inlay hints / diagnostics if no other clients are connected (#24535) 2023-08-31 10:00:24 +02:00
handler_spec.lua lsp: vim.lsp.diagnostic (#12655) 2020-11-12 22:21:34 -05:00
helpers.lua feat(lua): rename vim.loop -> vim.uv (#22846) 2023-06-03 12:06:00 +02:00
incremental_sync_spec.lua test: don't unnecessarily specify win/buf for nvim_(get|set)_option_value 2023-05-22 13:02:07 +06:00
inlay_hint_spec.lua fix(lsp): only disable inlay hints / diagnostics if no other clients are connected (#24535) 2023-08-31 10:00:24 +02:00
semantic_tokens_spec.lua feat(highlight): Allow hyphens (-) in highlight group names (#24714) 2023-08-15 09:25:51 -05:00
snippet_spec.lua fix(lsp): refactor escaping snippet text (#25611) 2023-10-14 09:06:40 +02:00
utils_spec.lua fix(lsp): account for border height in max floating popup height (#25539) 2023-10-08 10:09:25 +02:00
watchfiles_spec.lua refactor(lsp): use LPeg for watchfiles matching (#23788) 2023-06-05 07:19:31 +02:00