aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
* feat(defaults): jump between :terminal shell prompts with ]]/[[ #32736Gregory Anders2025-03-07
* vim-patch:8.2.4603: sourcing buffer lines is too complicatedzeertzjq2025-02-28
* feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal2025-02-25
* feat(marks): virtual lines support horizontal scrolling (#32497)zeertzjq2025-02-20
* fix(api): memory leaks in vim.api.nvim_*get_option #32390Cai Rijun (Richard)2025-02-10
* fix(event-loop): process input before events in getchar() (#32322)zeertzjq2025-02-05
* feat(api): nvim_get_autocmds filter by id#31549glepnir2025-01-26
* feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal2025-01-23
* Merge pull request #31597 from bfredl/deletionismbfredl2025-01-20
|\
| * fix(wininfo): when freeing windows, free the lowest priority wininfobfredl2025-01-14
* | fix(marks): revise metadata for start mark of revalidated pair #32017luukvbaal2025-01-15
* | 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
* | Merge #31900 from luukvbaal/nvim_echoJustin M. Keyes2025-01-09
|\ \
| * | feat(api): add err field to nvim_echo() optsLuuk van Baal2025-01-09
* | | fix(api): crash on invalid buffer to nvim_buf_del_user_command (#31908)zeertzjq2025-01-08
|/ /
* | refactor(tests): merge n.spawn/n.spawn_argv into n.new_session #31859Justin M. Keyes2025-01-04
* | fix(api): clamp range lines in `nvim__redraw()` (#31710)Artem2024-12-25
* | feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2024-12-19
* | feat(terminal)!: cursor shape and blink (#31562)Gregory Anders2024-12-17
* | fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes2024-12-16
* | fix(api): not using TRY_WRAP, generic error messages #31595Justin M. Keyes2024-12-16
|/
* feat(ui): sign/statuscolumn can combine highlight attrs #31575luukvbaal2024-12-14
* Merge pull request #31475 from luukvbaal/delgravitybfredl2024-12-07
|\
| * fix(marks): skip right_gravity marks when deleting textLuuk van Baal2024-12-06
* | fix(events): don't expand `args.file` for Lua callback (#31473)zeertzjq2024-12-06
|/
* test(version_spec): expect vim.NIL, not nil, for "build" if not in a git cloneJames McCoy2024-12-03
* fix(api): deprecate nvim_subscribe, nvim_unsubscribe #30456Justin M. Keyes2024-12-02
* fix(api): make `nvim_set_hl()` respect all `cterm` attributes (#31390)Evgeni Chasnovski2024-12-02
* fix(api): don't try to get/set option for invalid option name (#31302)Famiu Haque2024-11-22
* fix(highlight): 'winhl' shouldn't take priority over API (#31288)zeertzjq2024-11-22
* fix(api): validation, documentation of hl_group #31195luukvbaal2024-11-16
* fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal2024-11-14
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* fix(window): making float with title/footer non-float leaks memory (#30551)zeertzjq2024-09-28
* fix(api): fix crash/leak with float title/footer on error (#30543)zeertzjq2024-09-27
* test(api/window_spec): remove duplicate test (#30538)zeertzjq2024-09-27
* test(api/buffer_updates_spec): prevent flakiness (#30521)zeertzjq2024-09-26
* fix(paste): only record a paste when it's from RPC (#30491)zeertzjq2024-09-24
* feat(paste): unify cancel and error behavior (#30476)zeertzjq2024-09-24
* refactor(api): rename Dictionary => DictJustin M. Keyes2024-09-23
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* docs(api): nvim_get_runtime_file preserves 'runtimepath' order #30454Evgeni Chasnovski2024-09-22
* fix(paste): improve repeating of pasted text (#30438)zeertzjq2024-09-22
* refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes2024-09-09
* fix(api): nvim_buf_get_text() crashes with large negative column #28740vanaigr2024-09-03
* feat(mbyte): support extended grapheme clusters including more emojibfredl2024-08-30
* fix(decor): don't use separate DecorSignHighlight for url (#30096)zeertzjq2024-08-20
* Merge pull request #29650 from ruuzia/fix_expression_parser_crashbfredl2024-07-21
|\
| * fix: assert failure in VimL expression parserRustum Zia2024-07-17