summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/buffer.c
AgeCommit message (Expand)AuthorFiles
2026-04-15refactor(api): rename buffer to buf (positional parameters) #39013Justin M. Keyes1
2026-04-13feat(api): rename buffer to buf in retval #38900Justin M. Keyes1
2026-04-08feat(api): rename buffer to buf #35330Jordan1
2026-02-16fix(terminal): handle opening terminal on unloaded buffer (#37894)zeertzjq1
2026-02-12refactor(api): api_buf_ensure_loadedJustin M. Keyes1
2026-01-21 fix(api): auto-load buffers in nvim_buf_set_* operations (#35046)glepnir1
2026-01-01vim-patch:8.2.2198: ml_get error when resizing window and using text propertyJan Edmund Lazo1
2025-11-16docs: misc #36580Justin M. Keyes1
2025-10-25fix(terminal): adjust marks when deleting scrollback lines (#36294)zeertzjq1
2025-09-15docs: optionlinks don't need the bars #35777Yochem van Rosmalen1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-06-30fix(prompt): prompt mark not placed after text edits correctly #34671Shadman1
2025-06-26docs(api): document types using LuaCATS typesLewis Russell1
2025-06-18docs: api, miscJustin M. Keyes1
2025-04-12docs: misc #33330Justin M. Keyes1
2025-03-17docs: miscJustin M. Keyes1
2025-03-17docs(api): rename "handle" => "id"Justin M. Keyes1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-19feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes1
2024-12-17refactor(api): always use TRY_WRAP #31600luukvbaal1
2024-09-24docs: lua error patterns #30240Justin M. Keyes1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-06-07docs: misc (#28837)dundargoc1
2024-06-04fixup: apply the change on more filesJames Tirta Halim1
2024-05-02feat(api): add nvim__redraw for more granular redrawingLuuk van Baal1
2024-04-16fix(api): ignore 'autochdir' when renaming other buf (#28376)zeertzjq1
2024-03-28docs: fix typos (#27868)dundargoc1
2024-03-13fix(api/buffer): fix handling of viewport of non-current bufferbfredl1
2024-03-12refactor: use ml_get_buf_len() in API code (#27825)zeertzjq1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-21refactor(api): make freeing of return-value opt-in instead of opt outbfredl1
2024-02-20refactor(api): reduce temporary allocations when replacing linesbfredl1
2024-02-18refactor(api): use an arena for mappingsbfredl1
2024-02-15docs: document breaking change for nvim_create_autocmd callback (#27484)Gregory Anders1
2024-02-15refactor(eval): use arena when converting typvals to Objectbfredl1
2024-02-13refactor(lua): use Arena when converting from lua stack to API argsbfredl1
2024-02-11refactor(api): use an arena for nvim_buf_get_lines and buffer updatesbfredl1
2024-02-08refactor(api): refactor more api functions to use arena returnbfredl1
2024-01-25refactor: IWYU (#27186)zeertzjq1
2024-01-22perf(extmarks): add metadata for efficient filtering of special decorationsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-02refactor(api): redundant `ml_mfp` check #26059Justin M. Keyes1
2024-01-01docs: clarify on_bytes argumentsJaehwang Jung1
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq1
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
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1