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
/
garray.c
Commit message (
Expand
)
Author
Age
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
*: Fix gcc warnings
ZyX
2016-04-18
*
eval: Add jsonencode() function
ZyX
2016-04-18
*
vim-patch:7.4.944
watiko
2016-01-10
*
garray.c: Prevent ga_concat() using memcpy(NULL,...)
oni-link
2015-09-30
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
ui: Remove/adapt some old code for a big UI refactor
Thiago de Arruda
2015-02-16
*
Macro cleanup: PROTO
Michael Reed
2015-01-14
*
GA_DEEP_FREE_PTR: deep free macro for garrays that store simple pointers
Felipe Oliveira Carvalho
2014-12-11
*
Merge pull request #1019 from splinterofchaos/globpath
Justin M. Keyes
2014-08-18
|
\
|
*
vim-patch:7.4.279
Scott Prager
2014-08-04
*
|
clang-analyzer: Fix dead stores in garray.c.
Florian Walch
2014-08-07
|
/
*
move <inttypes.h> include out of vim.h
Brandon Coleman
2014-07-09
*
Introduce GA_APPEND()
Felipe Oliveira Carvalho
2014-06-30
*
ga_growsize should be >= 1
Felipe Oliveira Carvalho
2014-06-30
*
Declare garray iterators in the for() scope where possible #819
Felipe Oliveira Carvalho
2014-06-10
*
Add automatic generation of headers
ZyX
2014-06-02
*
Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)
Felipe Oliveira Carvalho
2014-05-17
*
Introduce nvim namespace: Fix unmasked strings.h issue.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15