summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_meta/api_keysets.lua
AgeCommit message (Expand)AuthorFiles
2026-04-14fix(lua): not obvious which _meta/ files are generated #39035Justin 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-09fix(messages): truncate warning messages only in display (#38901)zeertzjq1
2026-04-08feat(api): rename buffer to buf #35330Jordan1
2026-03-27feat(progress): set Progress-event pattern to "source" #38495Shadman1
2026-03-25feat(api): nvim_set_hl{update:boolean} #37546glepnir1
2026-03-16fix(api): nvim_open_tabpage positional "enter"Sean Dewar1
2026-03-16feat(api): add nvim_open_tabpageWill Hopkins1
2026-03-03fix(api): return "style" in nvim_win_get_config() #38122Sean Dewar1
2026-02-26vim-patch:9.2.0061: Not possible to know when a session will be loaded (#38071)zeertzjq1
2026-02-23fix(api): win_config `border` type #38030glepnir1
2026-02-21docs: highlight, terminal SGR #37998Justin M. Keyes1
2026-02-20feat(highlight): support more SGR attributes #37901Riccardo Mazzarini1
2026-02-10fix(api): cterm type in highlight keyset #37802glepnir1
2026-01-20vim-patch:9.1.1202: Missing TabClosedPre autocommandzeertzjq1
2026-01-16vim-patch:9.1.0059: No event triggered before creating a windowzeertzjq1
2025-12-07feat(events): MarkSet event, aucmd_defer() #35793Nathan Smith1
2025-11-26feat(float): 'statusline' in floating windows #36521glepnir1
2025-09-09fix(treesitter): use subpriorities for tree orderingbfredl1
2025-08-28perf: add on_range in treesitter highlightingvanaigr1
2025-08-26feat(api): nvim_echo can emit Progress messages/events #34846Shadman1
2025-07-12docs(autocmd): generate events enum type #34883luukvbaal1
2025-07-07docs: type fixes #34831phanium1
2025-06-26docs(api): document types using LuaCATS typesLewis Russell1
2025-05-27feat(api): set nvim_echo() kind for ext_messages (#33998)luukvbaal1
2025-04-29feat(ui): use builtin completion popupmenu with ext_cmdline (#31269)luukvbaal1
2025-04-21feat(api): add "max_height" argument to nvim_win_text_height (#32835)luukvbaal1
2025-03-10fix(lua): types for vim.api.keyset.win_config #32700Tomasz N1
2025-02-25feat(treesitter): vertical conceal support for highlighterLuuk van Baal1
2025-02-25feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal1
2025-02-20feat(marks): virtual lines support horizontal scrolling (#32497)zeertzjq1
2025-01-26feat(api): nvim_get_autocmds filter by id#31549glepnir1
2025-01-21feat(extmark): stack multiple highlight groups in `hl_group`bfredl1
2025-01-09Merge #31900 from luukvbaal/nvim_echoJustin M. Keyes1
2025-01-09feat(api): add err field to nvim_echo() optsLuuk van Baal1
2025-01-08fix(api): nvim_set_decoration_provider callback return type #31912notomo1
2024-11-25feat(keysets): teach Union and LuaRefOfLewis Russell1
2024-10-20feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq1
2024-06-07feat: get/set namespace properties #28728altermo1
2024-05-02feat(api): add nvim__redraw for more granular redrawingLuuk van Baal1
2024-05-01revert: "feat(extmarks): subpriorities (relative to declaration order) (#2713...Gregory Anders1
2024-02-21feat(extmark): window scoped extmarkaltermo1
2024-02-13refactor(lua): use a keyset for vim.diff opts parsingbfredl1
2024-02-09refactor: rename FloatConfig to WinConfig #27397Will Hopkins1
2024-02-01feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins1
2024-01-28feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders1
2024-01-24feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders1
2024-01-22refactor(api): give "hl_group" more accurate _meta typebfredl1
2024-01-20refactor(api): use hl id directly in nvim_buf_set_extmarkglepnir1