summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin
AgeCommit message (Expand)AuthorFiles
2025-02-13fix(lsp): autotrigger should only trigger on client's triggerCharacters (#32266)Robert Muir1
2025-02-11feat(lsp)!: `symbol_to_item` requires `offset_encoding`Yi Ming1
2025-01-19fix(lsp): don't use completion filterText if prefix is emptyMathias Fussenegger1
2025-01-17fix(lsp): use filterText as word if textEdit/label doesn't matchMathias Fussenegger1
2025-01-14fix(lsp): schedule call to vim.lsp.start for async root_dir (#31998)Gregory Anders1
2025-01-13fix(lsp): minimum height for floating popup #31990Xuyuan Pang1
2025-01-07feat(health): show :checkhealth in floating window #31086glepnir1
2025-01-06fix(lsp): open_floating_preview() zindex relative to current window #31886luukvbaal1
2024-12-31feat(lsp): return resolved config for vim.lsp.config[name]Mathias Fussenegger1
2024-12-27feat(lsp): support function for client root_dir (#31630)Gregory Anders1
2024-12-18refactor(man.lua): various changesLewis Russell1
2024-12-18fix(lsp): vim.lsp.start fails if existing client has no workspace_folders #31608phanium1
2024-12-16fix(Man): completion on MacLewis Russell1
2024-12-13fix(lsp): reuse client if configs match and no root dirLewis Russell2
2024-12-10feat(lsp): add vim.lsp.config and vim.lsp.enableLewis Russell1
2024-12-07fix: remove vim.lsp._with_extendLewis Russell1
2024-12-04feat(lsp): deprecate vim.lsp.start_client #31341Maria José Solano3
2024-11-29feat(lsp): support `textDocument/foldingRange` (#31311)Yi Ming1
2024-11-25fix(lsp): retrigger diagnostics request on server cancellation (#31345)Gregory Anders2
2024-11-25refactor(lsp): rename `offset_encoding` to `position_encoding` #31286Yi Ming1
2024-11-24fix(lsp): delete bufvar inside WinClosed eventglepnir1
2024-11-22fix(lsp): hover keymap (#31208)andrew snelling1
2024-11-21docs: misc (#31138)dundargoc1
2024-11-20feat(lsp): deprecate non-method client functionsLewis Russell2
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl10
2024-11-13fix(lsp): filter completion candidates based on completeopt (#30945)Kristijan Husak1
2024-11-01feat(lsp)!: remove client-server handlers from vim.lsp.handlersLewis Russell1
2024-10-26refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight1
2024-10-24fix(lsp): set tagstack on jump via goto methodsMathias Fussenegger1
2024-10-20feat(lsp)!: support multiple clients in goto methods (#30877)Mathias Fußenegger1
2024-10-17fix(lsp.util): inconsistent handling of offset_encodingLewis Russell1
2024-10-17feat(lsp.util): refactor symbols_to_items()Lewis Russell1
2024-10-15fix(lsp): handle multiline signature help labels #30460Maria José Solano1
2024-10-10fix(lsp): fix cursor position after snippet expansion (#30659)Tomasz N1
2024-10-10vim-patch:9.1.0771: completion attribute hl_group is confusingzeertzjq1
2024-10-06feat(lsp): improve LSP doc hover rendering #30695Justin M. Keyes1
2024-09-26feat(health): highlight headings #30525Justin M. Keyes1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-09-21test: support upvalues in exec_luaLewis Russell13
2024-09-11test(health): "test_plug/health/init.lua" completes as "test_plug"Justin M. Keyes1
2024-09-08fix(lsp): handle out-of-bounds character positions #30288Tristan Knight1
2024-09-08test(tohtml): simplify font testJustin M. Keyes1
2024-09-08fix(tohtml): enclose font-family names in quotation marksyayoyuyu1
2024-09-05fix(lsp): handle locations exceeding line length #30253Tristan Knight1
2024-09-03feat(lsp): support hostname in rpc.connect #30238Tristan Knight2
2024-09-03test: tmpname(create:boolean) #30242Justin M. Keyes1
2024-09-02test: tmpname() can skip file creationJustin M. Keyes1
2024-09-01docs: misc #28970Justin M. Keyes1
2024-08-30fix(lsp): when prefix is non word add all result into matches (#30044)glepnir1
2024-08-29fix(tohtml): apply sp color if present #30110Riley Bruins1