summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/keysets_defs.h
AgeCommit message (Expand)AuthorFiles
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-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
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-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-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-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
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
2023-12-26feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal1
2023-12-16feat(ui): completeopt support popup like vimmathew1
2023-12-14feat(nvim_open_term): convert LF => CRLF (#26384)Raphael1
2023-12-05refactor(IWYU): move marktree types to marktree_defs.h (#26402)zeertzjq1
2023-12-05refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini1