aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin
Commit message (Expand)AuthorAge
* fix(marks): ineffective conceal_line callback optimization (#32662)luukvbaal2025-02-28
* feat(lua): vim.text.indent()Justin M. Keyes2025-02-26
* fix(move): wrong cursor row on concealed line (#32629)luukvbaal2025-02-25
* fix(lsp): resize hover window for concealed linesLuuk van Baal2025-02-25
* fix(float): ensure floating window width can fit titleMaria José Solano2025-02-23
* fix(lsp): unify get_completion_word for textEdits/insertTextMathias Fussenegger2025-02-22
* feat(lsp): add support for completionItem.command resolvingMathias Fussenegger2025-02-14
* fix(lsp): clear word when expand multi-lines word (#32393)glepnir2025-02-13
* fix(lsp): autotrigger should only trigger on client's triggerCharacters (#32266)Robert Muir2025-02-13
* feat(lsp)!: `symbol_to_item` requires `offset_encoding`Yi Ming2025-02-11
* 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