summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin
AgeCommit message (Expand)AuthorFiles
2026-03-11feat(lsp): do completionItem/resolve if completeopt=popup #32820glepnir1
2026-03-10fix(lua): extra CR (\r) in `nvim -l` output #38048Commrade Goad1
2026-03-10fix(man.lua): :Man ignores section of gzipped manpage #38235MP4301
2026-03-10feat(lsp): show snippet preview if completeopt=popup #32553glepnir1
2026-03-10fix(lsp): do not clear the codelens on the last line #38226Yi Ming1
2026-03-08fix(lsp): ensure the codelens on the first line is visibleYi Ming1
2026-03-08fix(lsp): adjust codelens position based on the server-provided rangeYi Ming1
2026-03-04fix(lsp): ignore stale codelens resolve responses (#38153)Lewis Russell1
2026-03-03fix(pack): ensure `data` spec is passed in events during lockfile sync #38139Evgeni Chasnovski1
2026-02-28feat(difftool): replace old "nvim -d" automatically #38057Tomas Slusny1
2026-02-28feat(lsp): show color preview in completion items #32138glepnir1
2026-02-28fix(difftool): don't reset quickfix list when closing quickfix window #38088Nicknamess961
2026-02-26fix(lps): separate namespaces for pull/push diagnostics #37938Riccardo Mazzarini1
2026-02-26test: remove remaining use of feed_command() in terminal/ (#38069)zeertzjq2
2026-02-25test(lsp): flaky lsp/semantic_tokens_spec #38063zeertzjq1
2026-02-24refactor(test): lsp completion spec cleanup #38041glepnir1
2026-02-24refactor(test): avoid deprecated functions #37017glepnir1
2026-02-22fix(lsp): vim.lsp.completion clean up triggers on client detach (#38009)glepnir1
2026-02-20test: start test runners in Xtest_xdg dir (#37964)zeertzjq1
2026-02-19test(lsp): fix fake LSP server timeout not working (#37970)zeertzjq2
2026-02-18test(lsp): add entire-line completion word case (#37927)Bartłomiej Maryńczak1
2026-02-18test: support running functionaltests in parallel by directory (#37918)zeertzjq1
2026-02-16fix(lsp): map all LSP methods to server capabilities (#37910)Tristan Knight1
2026-02-16feat(defaults): per-platform 'guifont' default #37175Rahul Yedida1
2026-02-15fix(lsp): support workspace/configuation with no section #27510Tim Pope1
2026-02-15test(lsp): wait up to 1 second to read messagesWayne Young1
2026-02-14refactor(lsp): centralize provider capability resolution #37221Tristan Knight2
2026-02-14fix(pack): explicitly close confirmation window #37861Evgeni Chasnovski1
2026-02-12docs: lsp, options, promptbufJustin M. Keyes1
2026-02-09fix(lsp): error on omnifunc completion (#37790)phanium1
2026-02-08fix(lsp): ignore empty response on trigger completion #37663Tomasz N1
2026-02-08test(lsp/diagnostic): clearing diagnostics #37759GenchoXD1
2026-02-08feat(lsp): display codelens as virtual lines, not virtual text #36469Mike J McGuirk1
2026-02-08fix(pack): close confirmation buffer, not tabpage #37756Evgeni Chasnovski1
2026-02-05test(lsp): retry "on_type_formatting enables formatting on type" #37711Justin M. Keyes1
2026-02-03fix(lsp): don't empty server start-boundary by next client response #37665Tomasz N1
2026-02-03feat(lsp): support range + full semantic token requests #37611jdrouhard1
2026-02-03feat(lsp): support `workspace/codeLens/refresh`Yi Ming1
2026-02-03feat(lsp)!: reimplement `textDocument/codeLens` as decoration providerYi Ming2
2026-01-30fix(lsp): use LSP textEdit range for completion start boundary (#37491)Harsh Kapse1
2026-01-29test(pack): cover that events work when installing from the lockfileEvgeni Chasnovski1
2026-01-28Merge #37428 vim.pack testsJustin M. Keyes1
2026-01-27fix: lsp.enable() don't work correctly inside FileType event #37538phanium1
2026-01-27feat(lsp): semantic token range improvements #37451jdrouhard2
2026-01-16test(pack): use a helper to `vim.pack.add` inside `testnvim` instanceEvgeni Chasnovski1
2026-01-16test(pack): make various small cleanupsEvgeni Chasnovski1
2026-01-15test(lsp/diagnostic_spec): fix creating unused clients (#37397)zeertzjq1
2026-01-12fix(pack): actually checkout proper version of submodulesEvgeni Chasnovski1
2026-01-12test(pack): adjust `add` startup tests to just sleep with longer timeoutEvgeni Chasnovski1
2026-01-12fix(pack): skip `git stash` during installEvgeni Chasnovski1