aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lib/kvec.h
Commit message (Expand)AuthorAge
* kvec: Do not bother with making capacity a power of 2ZyX2016-06-24
* kvec,typval_encode: Add new vector: the one with preallocated arrayZyX2016-05-30
* lib/kvec: Fix remaining linter errorsZyX2016-05-30
* lib/kvec: Make code cleanerZyX2016-05-30
* lib/kvec: Do not use kv_init unless neededZyX2016-05-30
* lib/kvec: Remove useless type argument from kv_push macrosZyX2016-05-30
* eval: Add jsondecode() functionZyX2016-04-18
* 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
* api: Enable usage of Arrays and Dictionaries as [k]vectorsThiago de Arruda2014-06-18
* Add kvec.h macro libraryThiago de Arruda2014-05-28