aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
* fix(move): wrong cursor row on concealed line (#32629)luukvbaal2025-02-25
* fix(treesitter): nil check query for has_conceal_lineLuuk van Baal2025-02-25
* test(ui/cursor_spec): reduce flakiness (#32627)zeertzjq2025-02-25
* fix(lsp): resize hover window for concealed linesLuuk van Baal2025-02-25
* feat(treesitter): vertical conceal support for highlighterLuuk van Baal2025-02-25
* feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal2025-02-25
* test: combined injections (#32611)Artem2025-02-25
* vim-patch:9.1.1145: multi-line completion has wrong indentation for last line...glepnir2025-02-25
* fix(api): don't override Vimscript SID (#32610)zeertzjq2025-02-25
* fix(lua): SIGSEGV in luv callback with error(nil) #32595phanium2025-02-24
* vim-patch:025dc48: runtime(vim): Update base-syntax, match :CompilerSet and :...zeertzjq2025-02-24
* vim-patch:9.1.1143: illegal memory access when putting a register (#32604)zeertzjq2025-02-24
* feat(complete): CompleteDone reason "cancel", "discard" #32600Evgeni Chasnovski2025-02-23
* fix(float): can set title/footer without setting border #32594Evgeni Chasnovski2025-02-23
* 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
* fix(marks): truncate double-width inline virt_text consistently (#32560)zeertzjq2025-02-21
* test: adjust multibyte virtual text test (#32557)zeertzjq2025-02-21
* fix(treesitter): `TSNode:field()` returns all children with the given fieldRiley Bruins2025-02-21
* perf(treesitter): only search for injections within the parse rangeRiley Bruins2025-02-21
* fix(messages): list_cmd kind for :registers, :au[g] #32531luukvbaal2025-02-20
* test(completion_spec): make Enter test descriptions more accuratezeertzjq2025-02-21
* vim-patch:9.1.1121: Enter does not insert newline with "noselect"glepnir2025-02-21
* feat(messages): confirm kind for z=, :tselect, inputlist() #32521luukvbaal2025-02-20
* feat(marks): virtual lines support horizontal scrolling (#32497)zeertzjq2025-02-20
* fix(keycodes): recognize <Find>, <Select> #28431Mantas Mikulėnas2025-02-20
* fix(treesitter): avoid computing fold levels for empty bufferLuuk van Baal2025-02-19
* fix(terminal): avoid more `busy_start` lacking `busy_stop` (#32509)Sean Dewar2025-02-19
* test(lua/hl_spec): fix hang on exit with ASAN (#32508)zeertzjq2025-02-18
* docs: misc (#32258)dundargoc2025-02-17
* test(lua/hl_spec): reduce flakiness (#32489)zeertzjq2025-02-17
* test: reduce flakiness in highlight tests (#32488)zeertzjq2025-02-17
* fix(marks): handle composing in inline virt_text with 'nowrap' (#32477)zeertzjq2025-02-16
* fix(marks): handle double-with inline virt_text with 'nowrap' (#32476)zeertzjq2025-02-16
* fix(terminal): avoid mismatched `busy_start` without `busy_stop` (#32458)Sean Dewar2025-02-15
* feat(lsp): add support for completionItem.command resolvingMathias Fussenegger2025-02-14
* fix(float): "Not enough room" error for 1-line float #25192glepnir2025-02-14
* feat(term): trigger TermRequest for APC (#32407)Till Bungert2025-02-13
* 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
* fix(memline): don't check line count for closed memline #32403luukvbaal2025-02-12
* feat(column): apply appropriate numhl highlight to virt_lines (#32400)luukvbaal2025-02-12
* feat(options): add 'eventignorewin' (#32152)luukvbaal2025-02-12
* refactor(tests): drop os_kill #32401Justin M. Keyes2025-02-11
* Merge #30860 LSP: symbols_to_items()Justin M. Keyes2025-02-11
|\
| * feat(lsp)!: `symbol_to_item` requires `offset_encoding`Yi Ming2025-02-11
* | fix(treesitter): detect trees with outdated regions in `is_valid()`Riley Bruins2025-02-11
|/
* fix(ui): Windows :detach is opt-inJustin M. Keyes2025-02-10
* test: use --cleanJustin M. Keyes2025-02-10
* feat(ui): UI :detach commandJustin M. Keyes2025-02-10