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