aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
* feat(treesitter)!: don't parse tree in get_parser() or start()Riley Bruins2025-01-12
* feat(treesitter): async parsingRiley Bruins2025-01-12
* perf(treesitter): cache queries stronglyRiley Bruins2025-01-12
* vim-patch:9.1.1005: completion text is highlighted even with no pattern found...zeertzjq2025-01-12
* vim-patch:9.1.0996: ComplMatchIns may highlight wrong text (#31931)glepnir2025-01-10
* refactor(api): deprecate nvim_notify #31938Justin M. Keyes2025-01-10
* fix(decor): set invalid flag for end of invalidated paired marksLuuk van Baal2025-01-10
* docs: misc #31867Justin M. Keyes2025-01-09
* Merge #31900 from luukvbaal/nvim_echoJustin M. Keyes2025-01-09
|\
| * feat(api): add err field to nvim_echo() optsLuuk van Baal2025-01-09
* | Merge pull request #31844 from bfredl/iter_crashbfredl2025-01-09
|\ \
| * | fix(decoration): fix crash when on_lines decor provider modifies marktreebfredl2025-01-09
* | | fix(terminal): don't crash on unprintable charsbfredl2025-01-09
* | | Revert "refactor(options): set option value for non-current context directly"...zeertzjq2025-01-09
* | | Merge pull request #31112 from famiu/refactor/options/set_option_forLewis Russell2025-01-08
|\ \ \
| * | | refactor(options): set option value for non-current context directlyFamiu Haque2024-12-26
* | | | test(treesitter): inspect_tree #31182Guilherme Soares2025-01-08
* | | | fix(api): crash on invalid buffer to nvim_buf_del_user_command (#31908)zeertzjq2025-01-08
* | | | feat(health): show :checkhealth in floating window #31086glepnir2025-01-07
* | | | perf(treesitter): don't fetch parser for each fold lineRiley Bruins2025-01-07
| |_|/ |/| |
* | | vim-patch:9.1.0993: New 'cmdheight' behavior may be surprising #31892luukvbaal2025-01-06
* | | Merge #31625 perf(decor): improve iter_captures() cacheJustin M. Keyes2025-01-06
|\ \ \
| * | | refactor: split predicates and directivesvanaigr2025-01-06
* | | | fix(lsp): open_floating_preview() zindex relative to current window #31886luukvbaal2025-01-06
|/ / /
* | | "nvim -es": disable shada #21723Justin M. Keyes2025-01-05
* | | fix(cmdline): always show cmdline when it is a prompt #31866luukvbaal2025-01-05
* | | fix(api): nvim__complete_set requires completeopt=popup #31177glepnir2025-01-05
* | | fix(popup): wrong extmark data sync when lines changed in popup preview #30246glepnir2025-01-05
* | | feat(func): allow manual cache invalidation for _memoizeRiley Bruins2025-01-05
* | | vim-patch:9.1.0990: Inconsistent behavior when changing cmdheight (#31830)luukvbaal2025-01-05
* | | refactor(tests): merge n.spawn/n.spawn_argv into n.new_session #31859Justin M. Keyes2025-01-04
* | | fix(vim.fs.normalize): normalize case for windows drive letterdundargoc2025-01-04
* | | test: use spawn_wait() instead of system() #31852Justin M. Keyes2025-01-04
* | | test: include stderr in EOF failure messageJustin M. Keyes2025-01-03
* | | test: spawn_wait() starts a non-RPC Nvim processJustin M. Keyes2025-01-03
* | | fix(messages): better formatting for ext_messages #31839luukvbaal2025-01-03
| |/ |/|
* | Merge pull request #31635 from bfredl/vtermpiratesbfredl2025-01-03
|\ \
| * | feat(terminal): support grapheme clusters, including emojibfredl2025-01-02
* | | feat(ui): more intuitive :substitute confirm prompt #31787luukvbaal2025-01-02
* | | feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal2025-01-02
|/ /
* | fix(jobs): do not block UI when jobwait() doesn't block (#31803)Gregory Anders2025-01-01
* | fix(vim.fs.abspath): correctly handle UNC pathsdundargoc2025-01-01
* | docs: misc #31479Justin M. Keyes2025-01-01
* | feat(clipboard)!: use OSC 52 as fallback clipboard provider (#31730)Gregory Anders2024-12-31
* | fix(vim.fs): joinpath() does not normalize slashes on Windows #31782Gustav Eikaas2024-12-31
* | test: skip flaky watchdirs() test on macosdundargoc2024-12-31
* | feat(lsp): return resolved config for vim.lsp.config[name]Mathias Fussenegger2024-12-31
* | vim-patch:9.1.0965: filetype: sh filetype set when detecting the use of bash ...Luca Saccarola2024-12-28
* | feat(lua): add `vim.fs.abspath`Famiu Haque2024-12-28
* | feat(lsp): support function for client root_dir (#31630)Gregory Anders2024-12-27
|/