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
Commit message (
Expand
)
Author
Age
*
Implement vim_str(n)save using xstrdup and strncpy/xmalloc
Felipe Oliveira Carvalho
2014-05-19
*
Improve map module: Refactor vim_to_object_rec
Thiago de Arruda
2014-05-19
*
Improve map module: Refactor into a macro library
Thiago de Arruda
2014-05-19
*
Improve map module: Change scopes
Thiago de Arruda
2014-05-19
*
Improve map module: Fix implementation of map_has
Thiago de Arruda
2014-05-19
*
Improve map module: Add to clint and CONV_SRCS
Thiago de Arruda
2014-05-19
*
Merge klib upstream.
Justin M. Keyes
2014-05-19
*
Fix comment typo.
Justin M. Keyes
2014-05-19
*
api/helpers: implement C string to String helper
Nicolas Hillegeer
2014-05-18
*
Fixed outdated comment in option.c
Thiago de Arruda
2014-05-17
*
Removed `lalloc` prototype(again)
Thiago de Arruda
2014-05-17
*
Fix `xmemdup` function signature
Thiago de Arruda
2014-05-17
*
Replace unnecessary `xcalloc` call by `xmalloc`
Thiago de Arruda
2014-05-17
*
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
*
Add ${API_SOURCES} to `nvim-test` cmake target.
Thiago de Arruda
2014-05-14
*
Use platform check for correct selection of khash type in helpers.c
Thiago de Arruda
2014-05-13
*
API: Implement vim_get_vvar
Thiago de Arruda
2014-05-13
*
API: Refactor vim_{get,set}_var
Thiago de Arruda
2014-05-13
*
API: Implement tabpage_get_window_count
Thiago de Arruda
2014-05-13
*
API: Implement tabpage_is_valid
Thiago de Arruda
2014-05-13
*
API: Implement tabpage_get_window
Thiago de Arruda
2014-05-13
*
API: Implement tabpage_{get,set}_var
Thiago de Arruda
2014-05-13
*
API: Implement window_is_valid
Thiago de Arruda
2014-05-13
*
API: Implement window_get_position
Thiago de Arruda
2014-05-13
*
API: Implement window_{get,set}_option
Thiago de Arruda
2014-05-13
*
API: Implement window_{get,set}_var
Thiago de Arruda
2014-05-13
*
API: Implement window_{get,set}_{height,width}
Thiago de Arruda
2014-05-13
*
API: Implement window_{get,set}_cursor
Thiago de Arruda
2014-05-13
*
API: Implement `window_get_buffer`
Thiago de Arruda
2014-05-13
*
Add new files to clint and fix reported errors
Thiago de Arruda
2014-05-13
*
API: Implement `buffer_get_mark`
Thiago de Arruda
2014-05-13
*
API: Implement `buffer_is_valid`
Thiago de Arruda
2014-05-13
*
API: Implement `buffer_insert`
Thiago de Arruda
2014-05-13
*
API: Implement buffer_{get,set}_name
Thiago de Arruda
2014-05-13
*
API: Implement buffer_{get,set}_option
Thiago de Arruda
2014-05-13
[next]