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
Commit message (
Expand
)
Author
Age
*
tui: "backpressure": Drop messages to avoid flooding.
Justin M. Keyes
2016-12-09
*
kvec: Do not bother with making capacity a power of 2
ZyX
2016-06-24
*
*: Also fix the adjacent errors
ZyX
2016-06-11
*
*: Fix errors from new linter checks
ZyX
2016-06-11
*
kvec,typval_encode: Add new vector: the one with preallocated array
ZyX
2016-05-30
*
Merge pull request #4843 from ZyX-I/refactor-queue
Justin M. Keyes
2016-05-30
|
\
|
*
lib/queue: Actually remove all _QUEUE macros
ZyX
2016-05-30
|
*
lib/queue: Refactor queue.h
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: fix unittests and lint
Björn Linse
2016-02-23
*
bufhl: new mechanism for plugins to add highlights to a buffer
Björn Linse
2016-02-23
*
*: Fix lint errors found in new code in previously ignored files
ZyX
2015-10-08
*
shada: Fix linter errors
ZyX
2015-10-08
*
shada: Allocate all hashes on stack
ZyX
2015-10-08
*
shada: Add support for merging everything like described in the doc
ZyX
2015-10-08
*
shada: Add support for dumping/restoring bufs changes and win jumps
ZyX
2015-10-08
*
shada: Initial support for merging history
ZyX
2015-10-08
*
lib: Include libuv circularly linked list
Thiago de Arruda
2015-08-13
*
job: Replace by a better process abstraction layer
Thiago de Arruda
2015-07-17
*
klib: Improve klist.h
Thiago de Arruda
2015-07-01
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
eval: Defer execution of JobActivity autocommands
Thiago de Arruda
2014-10-21
*
memory.h: don't include vim.h in header files
Nicolas Hillegeer
2014-07-16
*
Remove stdbool.h from files which don't need it
Pavel Platto
2014-07-11
*
api: Enable usage of Arrays and Dictionaries as [k]vectors
Thiago de Arruda
2014-06-18
*
Add REAL_FATTR_ macros to func_attr.h, use them in lib/k*
ZyX
2014-06-02
*
Move memory.h include above func_attr.h include
ZyX
2014-06-02
*
Fix some styles
ZyX
2014-06-02
*
Surround nvim/func_attr.h includes with define/undef DEFINE_FUNC_ATTRIBUTES
ZyX
2014-06-02
*
Add kvec.h macro library
Thiago de Arruda
2014-05-28
*
Remove OOM error handling in khash.h
Pavel Platto
2014-05-20
*
Merge klib upstream.
Justin M. Keyes
2014-05-19
*
Enable -Wconversion for API files and fix errors
Thiago de Arruda
2014-05-17
*
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15