summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_meta/api.lua
AgeCommit message (Expand)AuthorFiles
2026-04-14fix(lua): not obvious which _meta/ files are generated #39035Justin M. Keyes1
2026-04-13feat(api): rename buffer to buf in retval #38900Justin M. Keyes1
2026-04-12feat(api): nvim_set_hl can set "font" #37668glepnir1
2026-04-12fix(api): nvim_get_hl drops groups defined with link_global #38492glepnir1
2026-04-08feat(api): rename buffer to buf #35330Jordan1
2026-04-08docs(api): nvim_exec_autocmds() default "pattern"Sean Dewar1
2026-03-28docs: news #38464Justin M. Keyes1
2026-03-27feat(progress): set Progress-event pattern to "source" #38495Shadman1
2026-03-25feat(api): nvim_set_hl{update:boolean} #37546glepnir1
2026-03-24docs: api, plugins, ui2Justin M. Keyes1
2026-03-23fix(lua): drop support for boolean `buf` in `vim.keymap` #38432skewb1k1
2026-03-21feat(lua): replace `buffer` with `buf` in vim.keymap.set/del #38360skewb1k1
2026-03-17docs: api, lsp, messages, intro #38327Justin M. Keyes1
2026-03-16fix(api): use standard error messagesJustin M. Keyes1
2026-03-16docs: miscJustin M. Keyes1
2026-03-16fix(api): nvim_open_tabpage positional "enter"Sean Dewar1
2026-03-16fix(api): nvim_open_tabpage "after" like :[count]tabSean Dewar1
2026-03-16fix: nvim_open_tabpage cleanup, fixes, more testsSean Dewar1
2026-03-16feat(api): add nvim_open_tabpageWill Hopkins1
2026-03-14fix(api): relax config validation for "win"Sean Dewar1
2026-03-13docs: miscJustin M. Keyes1
2026-03-11docs: miscJustin M. Keyes1
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes1
2026-03-10feat(terminal): surface exit code via virttext + nvim_get_chan_info #37987Ayaan1
2026-03-09feat(extmark): support end_col=-1 if strict=false #28169Stefan Novaković1
2026-03-06docs(api): clarify nvim_win_set_buf documentation #37201Marc Jakobi1
2026-03-03fix(api): return "style" in nvim_win_get_config() #38122Sean Dewar1
2026-02-23docs(api): nvim_open_win "split" with negative "win" #38032Sean Dewar1
2026-02-21docs: highlight, terminal SGR #37998Justin M. Keyes1
2026-02-20feat(highlight): support more SGR attributes #37901Riccardo Mazzarini1
2026-01-26docs: nvim_set_hl fg_index, bg_indexed #37534glepnir1
2026-01-07docs: misc (#37280)zeertzjq1
2025-12-06docs: miscJustin M. Keyes1
2025-11-26feat(float): 'statusline' in floating windows #36521glepnir1
2025-11-22docs: misc, build, lspJustin M. Keyes1
2025-11-18feat(api): nvim_win_set_config accepts unchanged "noautocmd" #36463glepnir1
2025-11-16docs: misc #36580Justin M. Keyes1
2025-09-28docs: json, tests, lsp #35754Justin M. Keyes1
2025-09-15docs: optionlinks don't need the bars #35777Yochem van Rosmalen1
2025-09-13feat(ui): support grid=0 in nvim_input_mouse #32535fredizzimo1
2025-09-09perf(highlight): allow decoration providers to skip ranges without databfredl1
2025-09-06fix(types): nvim_get_win_config return type #35639Lewis Russell1
2025-09-06docs: `details` dict in nvim_buf_get_extmark() #35289Phạm Bình An1
2025-09-03docs: lsp, miscJustin M. Keyes1
2025-08-28perf: add on_range in treesitter highlightingvanaigr1
2025-08-26feat(api): nvim_echo can emit Progress messages/events #34846Shadman1
2025-08-24docs: misc #35459Justin M. Keyes1
2025-08-22feat(tui): add nvim_ui_send (#35406)Gregory Anders1
2025-07-28docs: lsp, ui events, dev guidance, osc7Justin M. Keyes1
2025-07-12docs(autocmd): generate events enum type #34883luukvbaal1