summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin
AgeCommit message (Expand)AuthorFiles
2024-08-22feat(lsp): completion opts support custom item conversion (#30060)glepnir1
2024-08-15fix(man): avoid setting v:errmsg (#30052)zeertzjq1
2024-08-11test(lsp): refactor and tidyLewis Russell2
2024-08-02test: allow exec_lua to handle functionsLewis Russell1
2024-08-02refactor(lsp): add test case for default diagnostic severityMathias Fussenegger1
2024-08-01fix(lsp): don't send foreign diagnostics to servers in buf.code_action (#29501)Mathias Fußenegger1
2024-07-31fix(lsp): prevent desync due to empty buffer (#29904)Jaehwang Jung1
2024-07-31feat(lsp): lsp.completion support set deprecated (#29882)glepnir1
2024-07-27fix(lsp): revert text edit application order change (#29877)Mathias Fußenegger1
2024-07-17fix(lsp): inlay hints are rendered in the correct order (#29707)Amit Singh1
2024-07-16fix(tohtml): support ranges againaltermo1
2024-07-06feat(lsp): drop fswatch, use inotifywait (#29374)Andreas Schneider1
2024-07-02fix(lsp): fallback to `label` for completion items if all others are missing ...Sebastian Lyng Johansen1
2024-06-28refactor: use `vim._with` where possibledundargoc1
2024-06-27Merge pull request #29483 from bfredl/nonbinarybfredl2
2024-06-27fix(lsp): pre-filter matches on label if filterText is missing (#29491)Mathias Fußenegger1
2024-06-27refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl2
2024-06-24feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323Tom Praschan1
2024-06-14fix(lsp): tune completion word extraction for decorated labels (#29331)Mathias Fußenegger1
2024-06-14refactor(lsp): use metatable for buf_versions (#29304)Ilia Choly2
2024-06-09feat(lsp): include end_col, end_lnum in vim.lsp.buf.locations_to_items #29164Tom Praschan1
2024-06-07fix(man): filter OSC 8 hyperlink markup #29171Lennard Hofmann1
2024-06-07fix(lsp): fix reverse sorting of same position text edits (#29212)Al Colmenar1
2024-06-07fix(lsp): revert buf_versions deprecation/replacement (#29217)Mathias Fußenegger2
2024-06-06feat(editorconfig): add support for spelling_language (#28638)sus-domesticus1
2024-06-04fix(lsp): account for changedtick version gap on modified reset (#29170)Mathias Fußenegger1
2024-06-04refactor(lua): use tuple syntax everywhere #29111Ilia Choly1
2024-06-02fix(lsp): trim trailing whitespace from completion words (#29122)Mathias Fußenegger1
2024-05-30refactor(lsp): replace util.buf_versions with changedtick (#28943)Mathias Fußenegger2
2024-05-30feat(lsp): support postfix snippets in completionMathias Fussenegger1
2024-05-30feat(lsp): use fuzzy match on filterText instead of prefix matchMathias Fussenegger1
2024-05-28Merge pull request #27339 from MariaSolOs/completionGregory Anders1
2024-05-27test(lsp): add completion testsMaria José Solano1
2024-05-27feat(lsp): completion side effectsMaria José Solano1
2024-05-27fix(lsp): do not detach from buffer if there are uninitialized clients (#29029)Ilia Choly1
2024-05-26fix(tohtml): properly handle multiple hl groups #29012Riley Bruins1
2024-05-24fix: change deprecation presentationdundargoc1
2024-05-23fix(lsp): check if buffer was detached in on_init callback (#28914)Ilia Choly4
2024-05-23fix(lsp): trigger LspDetach on buffer delete (#28795)Andre Toerien1
2024-05-22fix: merge all provider healthchecks into a single health.luadundargoc1
2024-05-21fix(lsp): semantic token functions allow "0" bufnr #28849Riley Bruins1
2024-05-19refactor!: remove `nvim` and `provider` module for checkhealthdundargoc1
2024-05-13refactor(lua): remove deprecated features #28725Justin M. Keyes1
2024-05-10fix(lsp): disable didChangeWatchedFiles on LinuxLewis Russell1
2024-05-02feat(lsp): inlay_hint.is_enabled({filter}) #28523Yi Ming1
2024-05-02feat(lsp): vim.lsp.inlay_hint.enable(nil) applies to all buffers #28543Yi Ming1
2024-04-26fix(man.vim): q quits after jump to different tag in MANPAGER modified (#28495)Brian Cao1
2024-04-23refactor(lsp): merge subtypes and supertypes into typehierarchy (#28467)Mathias Fußenegger1
2024-04-23test: improve test conventionsdundargoc22
2024-04-22fix(completion): check that healthcheck name is string (#28458)zeertzjq1