aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.h
Commit message (Expand)AuthorAge
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* refactor: fix includes for api/autocmd.hdundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor(api): make typed dicts appear as types in the source codebfredl2023-04-07
* refactor(api): move extmark API to its own fileBjörn Linse2021-10-25
* refactor(map): get rid of spurious subsystem_init() functions due to mapsBjörn Linse2021-08-22
* api: implement object namespacesBjörn Linse2018-11-24
* Remove stdbool.h from files which don't need itPavel Platto2014-07-11
* Add automatic generation of headersZyX2014-06-02
* Move documentation from function declarations to definitionsZyX2014-06-02
* API: Events: Add functions for {un}subscribing to broadcasted eventsThiago de Arruda2014-05-28
* API: Refactor: Return handles instead of indexesThiago de Arruda2014-05-23
* API: Refactor: Move non-public files to private subdirectoryThiago de Arruda2014-05-23
* Enable -Wconversion for API files and fix errorsThiago de Arruda2014-05-17
* Use more descriptive names for API primitive typesThiago de Arruda2014-05-17
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15