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
/
test
/
functional
/
api
Commit message (
Expand
)
Author
Age
*
fix(window): making float with title/footer non-float leaks memory (#30551)
zeertzjq
2024-09-28
*
fix(api): fix crash/leak with float title/footer on error (#30543)
zeertzjq
2024-09-27
*
test(api/window_spec): remove duplicate test (#30538)
zeertzjq
2024-09-27
*
test(api/buffer_updates_spec): prevent flakiness (#30521)
zeertzjq
2024-09-26
*
fix(paste): only record a paste when it's from RPC (#30491)
zeertzjq
2024-09-24
*
feat(paste): unify cancel and error behavior (#30476)
zeertzjq
2024-09-24
*
refactor(api): rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
docs(api): nvim_get_runtime_file preserves 'runtimepath' order #30454
Evgeni Chasnovski
2024-09-22
*
fix(paste): improve repeating of pasted text (#30438)
zeertzjq
2024-09-22
*
refactor(test): rename alter_slashes, invert its behavior
Justin M. Keyes
2024-09-09
*
fix(api): nvim_buf_get_text() crashes with large negative column #28740
vanaigr
2024-09-03
*
feat(mbyte): support extended grapheme clusters including more emoji
bfredl
2024-08-30
*
fix(decor): don't use separate DecorSignHighlight for url (#30096)
zeertzjq
2024-08-20
*
Merge pull request #29650 from ruuzia/fix_expression_parser_crash
bfredl
2024-07-21
|
\
|
*
fix: assert failure in VimL expression parser
Rustum Zia
2024-07-17
*
|
Merge pull request #28873 from luukvbaal/redraw
bfredl
2024-07-21
|
\
\
|
*
|
fix(api): alloc and draw cursor window in nvim__redraw
Luuk van Baal
2024-07-20
|
|
/
*
/
fix(marks): revalidate marks whose position did not change
Luuk van Baal
2024-07-20
|
/
*
fix(lua)!: do not use typed table for empty dict
Amit Singh
2024-07-13
*
refactor: use `vim._with` where possible
dundargoc
2024-06-28
*
refactor(typval)!: remove distinction of binary and nonbinary strings
bfredl
2024-06-27
*
feat(column)!: rework 'statuscolumn' %r/l items
Luuk van Baal
2024-06-16
*
refactor(tests): use more global highlight definitions
bfredl
2024-05-26
*
feat(signs)!: place higher-priority signs from the left #27781
Tobias Schmitz
2024-05-21
*
feat(api): broadcast events to ALL channels #28487
Justin M. Keyes
2024-05-17
*
fix(api): make getting explicit empty hl in virtual text work (#28697)
zeertzjq
2024-05-12
*
perf(extmarks): better track whether namespace has extmarks (#28615)
zeertzjq
2024-05-03
*
fix(api): use correct buffer for "range" in nvim__redraw (#28614)
luukvbaal
2024-05-03
*
feat(api): add nvim__redraw for more granular redrawing
Luuk van Baal
2024-05-02
*
feat(api): allow floats to be opened in non-current tabpage (#28480)
Will Hopkins
2024-04-25
*
test: improve test conventions
dundargoc
2024-04-23
*
fix(api): do not update grid position in nvim_win_set_cursor (#28235)
luukvbaal
2024-04-21
*
test: API can return Lua function to Lua code (#28380)
zeertzjq
2024-04-17
*
fix(lua): only free luarefs when returning from API (#28373)
zeertzjq
2024-04-17
*
fix(api): ignore 'autochdir' when renaming other buf (#28376)
zeertzjq
2024-04-16
*
fix(api): ignore 'autochdir' when setting buf in other win (#28371)
Raphael
2024-04-16
*
test: make mapping tests more consistent (#28368)
zeertzjq
2024-04-16
*
test: getting autocmd Lua callback in Vimscript (#28367)
zeertzjq
2024-04-16
*
fix(api): make width/height for split by nvim_open_win work (#28341)
zeertzjq
2024-04-15
*
feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192
Sean Dewar
2024-04-14
*
refactor(test): inject after_each differently
Lewis Russell
2024-04-10
*
test: improve test conventions
dundargoc
2024-04-08
*
fix: adjust error message for error in UI event callback (#28200)
zeertzjq
2024-04-06
*
test: reduce sleep for file timestamp change (#28196)
zeertzjq
2024-04-06
*
test: reduce `exec_lua` calls
dundargoc
2024-04-04
*
fix: explain that user should run nvim with -V1 to see more information
dundargoc
2024-03-30
*
test: use matches(...) instead of ok(string.find(...)) (#28111)
zeertzjq
2024-03-30
*
refactor(tests): all screen tests should use highlights
bfredl
2024-03-23
*
fix(rpc): do not crash when no input is consumed
bfredl
2024-03-21
[next]