summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/vim.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
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
2021-10-25refactor(api): move extmark API to its own fileBjörn Linse1
2021-08-22refactor(map): get rid of spurious subsystem_init() functions due to mapsBjörn Linse1
2018-11-24api: implement object namespacesBjö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-28API: Events: Add functions for {un}subscribing to broadcasted eventsThiago de Arruda1
2014-05-23API: Refactor: Return handles instead of indexesThiago de Arruda1
2014-05-23API: Refactor: Move non-public files to private subdirectoryThiago de Arruda1
2014-05-17Enable -Wconversion for API files and fix errorsThiago 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