aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
...
* test(012_directory_spec): fix flakiness on Windows (#30920)zeertzjq2024-10-24
* feat(stdlib): overload vim.str_byteindex, vim.str_utfindex #30735Tristan Knight2024-10-23
* fix(options): fix 'winhl' still accepting invalid value (#30896)zeertzjq2024-10-22
* fix(options): fix :setglobal not working for 'spelloptions' (#30894)zeertzjq2024-10-22
* feat(vim.validate): improve fast form and deprecate spec formLewis Russell2024-10-21
* test(rpc): retry flaky 'vim.rpcrequest and vim.rpcnotify' testChristian Clason2024-10-21
* refactor: rename vim.highlight => vim.hlJustin M. Keyes2024-10-21
* fix(lua): vim.deprecate does not support major>0Justin M. Keyes2024-10-21
* feat(lsp)!: support multiple clients in goto methods (#30877)Mathias Fußenegger2024-10-20
* feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq2024-10-20
* feat(terminal)!: make 'belloff' and 'visualbell' apply to terminal bell (#30859)zeertzjq2024-10-20
* fix(options): fix some 'belloff' flags not working properly (#30856)zeertzjq2024-10-18
* feat(vim.ui.open): support lemonade #30845Uthman Mohamed2024-10-18
* 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(tui): avoid flushing buffer halfway an OSC 2 sequence (#30793)zeertzjq2024-10-15
* test(tui_spec): use Unicode in cursor_address test (#30807)zeertzjq2024-10-14
* test(autocmd/termxx_spec): properly setup TextChangedT tests (#30787)zeertzjq2024-10-13
* feat(ui): statusline text inherits highlights #29976Riley Bruins2024-10-12
* fix(treesitter): mark supertype nodes as namedRiley Bruins2024-10-12
* fix(lua): avoid recursive vim.on_key() callback (#30753)zeertzjq2024-10-12
* fix(treesitter): remove duplicate symbol names in language.inspect()Riley Bruins2024-10-11
* feat(treesitter): introduce child_with_descendant()Riley Bruins2024-10-11
* test(tui_spec): use child_exec_lua() more (#30757)zeertzjq2024-10-11
* feat(ui): cascading style inheritance for Pmenu* highlights #29980Riley Bruins2024-10-10
* test(tui_spec): better prevent race between paste and input (#30751)zeertzjq2024-10-11
* 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
* fix(drawline): correct highlight priority with Visual selection (#30706)zeertzjq2024-10-08
* feat(lsp): improve LSP doc hover rendering #30695Justin M. Keyes2024-10-06
* ci: bump macos runner version to macos-15dundargoc2024-10-06
* feat(lua): completion for vim.fn, vim.v, vim.o #30472Jongwook Choi2024-10-04
* fix(mouse): indicate X1 and X2 button clicks on statusline (#30655)zeertzjq2024-10-04
* docs: render `@since` versions, 0 means experimental #30649Justin M. Keyes2024-10-04
* docs: improve luacats support #30580James Trew2024-10-03
* vim-patch:9.1.0756: missing change from patch v9.1.0754 (#30636)glepnir2024-10-03
* fix(ui): ensure screen update before waiting for input #30576fredizzimo2024-10-03
* vim-patch:9.1.0754: fixed order of items in insert-mode completion menu (#30619)glepnir2024-10-03
* tests: skip watch.watchdirs test on macos 14 CIJustin M. Keyes2024-10-02
* fix(watch): ignore nonexistent paths (ENOENT)Justin M. Keyes2024-10-02
* vim-patch:9.1.0753: Wrong display when typing in diff mode with 'smoothscroll...zeertzjq2024-10-01
* fix(tabline): restore behavior of click after last tabpage (#30602)zeertzjq2024-10-01
* test: refactor exec_lua in xdiff_specLewis Russell2024-09-30
* fix(diff): use mmfile_t in linematchLewis Russell2024-09-30
* feat(treesitter)!: use return values in `language.add()`Christian Clason2024-09-29
* fix(float): properly find last window of tabpage (#30571)zeertzjq2024-09-29
* fix(column): set signcolumn width after splitting window (#30556)zeertzjq2024-09-28
* fix(window): making float with title/footer non-float leaks memory (#30551)zeertzjq2024-09-28
* fix(treesitter): suppress get_parser warnings via opts.errorRiley Bruins2024-09-28