summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2025-03-17docs: miscJustin M. Keyes2
2025-03-17docs(api): rename "handle" => "id"Justin M. Keyes7
2025-03-15docs: miscdundargoc1
2025-03-08fix(events): always allow some events to be nested (#32706)zeertzjq1
2025-03-05feat(terminal)!: include cursor position in TermRequest event data (#31609)Gregory Anders1
2025-03-02docs: misc #31996Justin M. Keyes1
2025-02-27doc: clarify window-id, tab-id, nvim_set_current_x #32528David Briscoe5
2025-02-26fix(extmark): clearer error message for invalid ephemeral mark usageRiley Bruins1
2025-02-25fix(lua): don't override script ID from :source (#32626)zeertzjq1
2025-02-25feat(treesitter): vertical conceal support for highlighterLuuk van Baal2
2025-02-25feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal2
2025-02-25fix(api): don't override Vimscript SID (#32610)zeertzjq2
2025-02-23fix(float): can set title/footer without setting border #32594Evgeni Chasnovski1
2025-02-20feat(marks): virtual lines support horizontal scrolling (#32497)zeertzjq3
2025-02-19fix(api): remove invalid assertionsLuuk van Baal1
2025-02-17docs: misc (#32258)dundargoc1
2025-02-10feat(ui): UI :detach commandJustin M. Keyes2
2025-02-10fix(api): memory leaks in vim.api.nvim_*get_option #32390Cai Rijun (Richard)1
2025-02-01refactor(autocmds): remove indirection #32291Justin M. Keyes1
2025-01-30docs: miscdundargoc1
2025-01-27fix(float): cannot set title/footer independently #31993glepnir1
2025-01-26refactor(api): add missing cast #31960glepnir1
2025-01-26feat(api): nvim_get_autocmds filter by id#31549glepnir2
2025-01-24feat(extmarks): virtual text can be right-aligned, truncated #31921georgev931
2025-01-23feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal1
2025-01-21Merge pull request #32098 from bfredl/multihl_groupbfredl2
2025-01-21feat(extmark): stack multiple highlight groups in `hl_group`bfredl2
2025-01-20feat(api): deprecate nvim_buf_add_highlight()bfredl2
2025-01-15Merge #32013 from luukvbaal/shellkindJustin M. Keyes1
2025-01-15fix(messages): verbose kind for nvim_echo()Luuk van Baal1
2025-01-14feat(api): nvim_open_win() relative to tabline and laststatus #32006luukvbaal1
2025-01-10refactor(api): deprecate nvim_notify #31938Justin M. Keyes2
2025-01-09docs: misc #31867Justin M. Keyes1
2025-01-09fix(api): deprecated API nvim_get_option does not validate option name #31919Famiu Haque1
2025-01-09Merge #31900 from luukvbaal/nvim_echoJustin M. Keyes4
2025-01-09feat(api): deprecate nvim_out/err_write(ln)Luuk van Baal2
2025-01-09feat(api): add err field to nvim_echo() optsLuuk van Baal3
2025-01-09Revert "refactor(options): set option value for non-current context directly"...zeertzjq3
2025-01-08Merge pull request #31112 from famiu/refactor/options/set_option_forLewis Russell3
2025-01-08fix(api): nvim_set_decoration_provider callback return type #31912notomo1
2025-01-08fix(api): crash on invalid buffer to nvim_buf_del_user_command (#31908)zeertzjq1
2025-01-05fix(api): nvim__complete_set requires completeopt=popup #31177glepnir1
2024-12-26refactor(options): set option value for non-current context directlyFamiu Haque3
2024-12-25fix(api): clamp range lines in `nvim__redraw()` (#31710)Artem1
2024-12-23refactor: iwyu #31637Justin M. Keyes17
2024-12-23feat(ui): specify whether msg_show event is added to historyLuuk van Baal1
2024-12-22feat(ui): additional arguments for cmdline_show/hide eventsLuuk van Baal1
2024-12-19feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes1
2024-12-19docs(api): specify when decor provider on_buf is called #31634luukvbaal1
2024-12-18fix(coverity): error handling CHECKED_RETURN #31618Justin M. Keyes1