| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix(lsp): fix off-by-one error for omnifunc word boundary | Mathias Fussenegger | 2023-10-23 |
| | | | | | | | | | 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 | ||
| * | refactor(lsp): move completion logic into _completion module | Mathias Fussenegger | 2023-10-21 |
| To reduce cross-chatter between modules and for https://github.com/neovim/neovim/issues/25272 Also preparing for https://github.com/neovim/neovim/issues/25714 | |||