aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lib/kvec.h
Commit message (Collapse)AuthorAge
* bufhl: new mechanism for plugins to add highlights to a bufferBjörn Linse2016-02-23
|
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
| | | | | | We already use wrappers for allocation, the new `xfree` function is the equivalent for deallocation and provides a way to fully replace the malloc implementation used by Neovim.
* api: Enable usage of Arrays and Dictionaries as [k]vectorsThiago de Arruda2014-06-18
| | | | | - Rename a/n/m to items/size/capactity in kvec.h - Add capactity field to Arrays/Dictionaries
* Add kvec.h macro libraryThiago de Arruda2014-05-28