index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
lib
/
kvec.h
Commit message (
Expand
)
Author
Age
*
kvec.h: kv_destroy: reinitialize after free
Justin M. Keyes
2019-05-25
*
refactor: introduce XFREE_CLEAR()
Justin M. Keyes
2019-05-25
*
ui: use line-based rather than char-based updates in screen.c
Björn Linse
2018-07-21
*
kvec: Silence PVS/V512: it is not needed to fill the whole array
ZyX
2018-04-15
*
build/msvc: Fix missing restrict keyword
b-r-o-c-k
2018-02-28
*
kvec: Add kv_Z which is like kv_A, but zero is the last value
ZyX
2017-10-08
*
kvec: Add kv_drop() which is to be used like `(void)kv_pop(kvec)`
ZyX
2017-09-29
*
kvec: Do not bother with making capacity a power of 2
ZyX
2016-06-24
*
kvec,typval_encode: Add new vector: the one with preallocated array
ZyX
2016-05-30
*
lib/kvec: Fix remaining linter errors
ZyX
2016-05-30
*
lib/kvec: Make code cleaner
ZyX
2016-05-30
*
lib/kvec: Do not use kv_init unless needed
ZyX
2016-05-30
*
lib/kvec: Remove useless type argument from kv_push macros
ZyX
2016-05-30
*
eval: Add jsondecode() function
ZyX
2016-04-18
*
bufhl: new mechanism for plugins to add highlights to a buffer
Björn Linse
2016-02-23
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
api: Enable usage of Arrays and Dictionaries as [k]vectors
Thiago de Arruda
2014-06-18
*
Add kvec.h macro library
Thiago de Arruda
2014-05-28