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
*
build: remove clint error suppression #21782
dundargoc
2023-01-13
*
refactor: move klib out of src/nvim/ #20341
dundargoc
2022-09-25
*
perf(ui): reduce allocation overhead when encoding "redraw" events
bfredl
2022-06-20
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor(api/nvim_cmd): use `kvec_t` for constructing cmdline string
Famiu Haque
2022-05-14
*
refactor: upgrade uncrustify configuration to version 0.75
Dundar Goc
2022-05-06
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
chore: fix typos (#16361)
dundargoc
2021-11-27
*
refactor: saner options for uncrustify (#16204)
dundargoc
2021-11-19
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
refactor: uncrustify #16090
dundargoc
2021-10-29
*
feat(decorations): support more than one virt_lines block
Björn Linse
2021-10-23
*
refactor: enable formatting for files under lib
Dundar Göc
2021-10-19
*
refactor: format all C files under nvim/ #15977
dundargoc
2021-10-12
*
Change QUEUE_FOREACH macro to use while instead of for
erw7
2021-03-30
*
nsmarks: initial commit
timeyyy
2019-11-11
*
kvec.h: kv_destroy: reinitialize after free
Justin M. Keyes
2019-05-25
*
refactor: introduce XFREE_CLEAR()
Justin M. Keyes
2019-05-25
*
kbtree.h: assert valid range #10022
Justin M. Keyes
2019-05-18
*
kbtree: pointer UB and unitialized value fixes
Björn Linse
2019-05-18
*
os/env: use libuv v1.12 getenv/setenv API
Justin M. Keyes
2019-02-27
*
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
*
build/gcc: disable -Warray-bounds entirely #7923
Justin M. Keyes
2018-02-19
*
klee: Start preparing for klee tests
ZyX
2017-10-08
*
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
*
bufhl: fix move
Björn Linse
2017-06-24
*
kbtree: make warning free and delete deprecated macros
Björn Linse
2017-06-24
*
kbtree: eliminate unneccesary heap allocation
Björn Linse
2017-06-24
*
kbtree: use proper structs
Björn Linse
2017-06-24
*
kbtree: allow iterators to start at arbitrary position
Björn Linse
2017-06-24
*
kbtree.h
timeyyy
2017-06-24
*
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
[next]