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
Commit message (
Expand
)
Author
Age
...
*
Enable -Wconversion for API files and fix errors
Thiago de Arruda
2014-05-17
*
Use more descriptive names for API primitive types
Thiago de Arruda
2014-05-17
*
Refactor API to use one integer type: int64_t
Thiago de Arruda
2014-05-17
*
Use `uintptr_t` as the hashtable type in helpers.c
Thiago de Arruda
2014-05-17
*
Replace if (ga->ga_len) with if (!GA_EMPTY(ga))
Felipe Oliveira Carvalho
2014-05-17
*
Replace ga->ga_len == 0 checks with GA_EMPTY(ga)
Felipe Oliveira Carvalho
2014-05-17
*
Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)
Felipe Oliveira Carvalho
2014-05-17
*
s/GA_EMPTY/GA_EMPTY_INIT_VALUE/
Felipe Oliveira Carvalho
2014-05-17
*
Introduce nvim namespace: Fix define guards.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Fix localization.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Fix functional tests.
Eliseo Martínez
2014-05-15
*
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: Fix relative includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Fix build process.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15
[prev]