summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/buffer.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq1
2023-11-28refactor: fix runtime_defs.h (#26259)zeertzjq1
2023-11-27refactor: fix includes for api/autocmd.hdundargoc1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-04-07refactor(api): make typed dicts appear as types in the source codebfredl1
2022-11-14feat(lua-api): avoid unnecessary allocations (#19877)Lewis Russell1
2021-10-25refactor(api): move extmark API to its own fileBjörn Linse1
2014-07-11Remove stdbool.h from files which don't need itPavel Platto1
2014-06-02Add automatic generation of headersZyX1
2014-06-02Move documentation from function declarations to definitionsZyX1
2014-05-23API: Refactor: Implement buffer_get_numberThiago de Arruda1
2014-05-23API: Refactor: Move non-public files to private subdirectoryThiago de Arruda1
2014-05-17Use more descriptive names for API primitive typesThiago de Arruda1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Fix project-local includes.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1