aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin
Commit message (Expand)AuthorAge
* fix(lsp): don't use completion filterText if prefix is emptyMathias Fussenegger2025-01-19
* fix(lsp): use filterText as word if textEdit/label doesn't matchMathias Fussenegger2025-01-17
* fix(lsp): schedule call to vim.lsp.start for async root_dir (#31998)Gregory Anders2025-01-14
* fix(lsp): minimum height for floating popup #31990Xuyuan Pang2025-01-13
* feat(health): show :checkhealth in floating window #31086glepnir2025-01-07
* fix(lsp): open_floating_preview() zindex relative to current window #31886luukvbaal2025-01-06
* feat(lsp): return resolved config for vim.lsp.config[name]Mathias Fussenegger2024-12-31
* feat(lsp): support function for client root_dir (#31630)Gregory Anders2024-12-27
* refactor(man.lua): various changesLewis Russell2024-12-18
* fix(lsp): vim.lsp.start fails if existing client has no workspace_folders #31608phanium2024-12-18
* fix(Man): completion on MacLewis Russell2024-12-16
* fix(lsp): reuse client if configs match and no root dirLewis Russell2024-12-13
* feat(lsp): add vim.lsp.config and vim.lsp.enableLewis Russell2024-12-10
* fix: remove vim.lsp._with_extendLewis Russell2024-12-07
* feat(lsp): deprecate vim.lsp.start_client #31341Maria José Solano2024-12-04
* feat(lsp): support `textDocument/foldingRange` (#31311)Yi Ming2024-11-29
* fix(lsp): retrigger diagnostics request on server cancellation (#31345)Gregory Anders2024-11-25
* refactor(lsp): rename `offset_encoding` to `position_encoding` #31286Yi Ming2024-11-25
* fix(lsp): delete bufvar inside WinClosed eventglepnir2024-11-24
* fix(lsp): hover keymap (#31208)andrew snelling2024-11-22
* docs: misc (#31138)dundargoc2024-11-21
* feat(lsp): deprecate non-method client functionsLewis Russell2024-11-20
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* fix(lsp): filter completion candidates based on completeopt (#30945)Kristijan Husak2024-11-13
* feat(lsp)!: remove client-server handlers from vim.lsp.handlersLewis Russell2024-11-01
* refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight2024-10-26
* fix(lsp): set tagstack on jump via goto methodsMathias Fussenegger2024-10-24
* feat(lsp)!: support multiple clients in goto methods (#30877)Mathias Fußenegger2024-10-20
* fix(lsp.util): inconsistent handling of offset_encodingLewis Russell2024-10-17
* feat(lsp.util): refactor symbols_to_items()Lewis Russell2024-10-17
* fix(lsp): handle multiline signature help labels #30460Maria José Solano2024-10-15
* fix(lsp): fix cursor position after snippet expansion (#30659)Tomasz N2024-10-10
* vim-patch:9.1.0771: completion attribute hl_group is confusingzeertzjq2024-10-10
* feat(lsp): improve LSP doc hover rendering #30695Justin M. Keyes2024-10-06
* feat(health): highlight headings #30525Justin M. Keyes2024-09-26
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* test: support upvalues in exec_luaLewis Russell2024-09-21
* test(health): "test_plug/health/init.lua" completes as "test_plug"Justin M. Keyes2024-09-11
* fix(lsp): handle out-of-bounds character positions #30288Tristan Knight2024-09-08
* test(tohtml): simplify font testJustin M. Keyes2024-09-08
* fix(tohtml): enclose font-family names in quotation marksyayoyuyu2024-09-08
* fix(lsp): handle locations exceeding line length #30253Tristan Knight2024-09-05
* feat(lsp): support hostname in rpc.connect #30238Tristan Knight2024-09-03
* test: tmpname(create:boolean) #30242Justin M. Keyes2024-09-03
* test: tmpname() can skip file creationJustin M. Keyes2024-09-02
* docs: misc #28970Justin M. Keyes2024-09-01
* fix(lsp): when prefix is non word add all result into matches (#30044)glepnir2024-08-30
* fix(tohtml): apply sp color if present #30110Riley Bruins2024-08-29
* feat(lsp): completion opts support custom item conversion (#30060)glepnir2024-08-22
* fix(man): avoid setting v:errmsg (#30052)zeertzjq2024-08-15