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: 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
*
fix(api): nvim_create_buf assert fails if autocmds set &swapfile
Sean Dewar
2024-03-19
*
fix(api): nvim_create_buf leaks memory if buffer is loaded early
Sean Dewar
2024-03-19
*
fix(api): update grid cursor in nvim_win_set_cursor()
Luuk van Baal
2024-03-15
*
fix(api): fix set_lines viewport adjustment, but this time good
bfredl
2024-03-14
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
test: correct order of arguments to eq() (#27816)
zeertzjq
2024-03-11
*
fix(api): win_set_config set tp_curwin of win moved from other tabpage
Sean Dewar
2024-03-09
*
fix(api): win_set_config update statuslines after removing splits
Sean Dewar
2024-03-09
*
fix(api): patch some cmdwin/textlock holes
Sean Dewar
2024-03-08
*
fix(api): handle win_split_ins failure properly
Sean Dewar
2024-03-08
*
fix(api): make open_win block only enter/leave events if !enter && !noautocmd
Sean Dewar
2024-03-08
*
fix(api): make win_set_config with "win" for splits need "split/vertical"
Sean Dewar
2024-03-08
*
fix(api): make open_win/win_set_config check if splitting allowed
Sean Dewar
2024-03-08
*
fix(api): avoid open_win UAF if target buf deleted by autocmds
Sean Dewar
2024-03-08
*
fix(api): open_win fire Buf* events when !enter && !noautocmd if entered early
Sean Dewar
2024-03-08
*
fix(api): open_win fire BufWinEnter for other buffer when !enter && !noautocmd
Sean Dewar
2024-03-08
*
fix(api): win_set_config fires unnecessary autocmds
Sean Dewar
2024-03-08
*
fix(api): win_set_config autocmds crash when moving win to other tabpage
Sean Dewar
2024-03-08
*
test: more tests for nvim_eval_statusline "fillchar" (#27502)
zeertzjq
2024-02-17
*
fix(api): don't use stl 'fillchar' for "use_statuscol_lnum" (#27501)
luukvbaal
2024-02-17
*
refactor(tests): get channel id via nvim_get_chan_info #27441
Justin M. Keyes
2024-02-12
*
feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)
nikolightsaber
2024-02-08
*
fix(event-loop): process input before events (#27358)
zeertzjq
2024-02-07
*
feat(api): make nvim_open_win support non-floating windows (#25550)
Will Hopkins
2024-02-01
*
feat(api): add nvim_tabpage_set_win (#27222)
Will Hopkins
2024-01-29
*
feat(extmarks): subpriorities (relative to declaration order) (#27131)
Gregory Anders
2024-01-28
*
test: more tests for nvim_tabpage_get_win (#27248)
zeertzjq
2024-01-29
*
vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is open
Sean Dewar
2024-01-28
*
fix(api): limit depth of nvim_cmd (#27225)
zeertzjq
2024-01-27
*
feat(ui): add support for OSC 8 hyperlinks (#27109)
Gregory Anders
2024-01-24
*
fix(extmarks): missing "spell" and "conceal" in details (#27116)
zeertzjq
2024-01-22
*
feat(api): support getting abbreviations (#26868)
Raphael
2024-01-20
*
Merge pull request #27061 from luukvbaal/extmark
bfredl
2024-01-19
|
\
|
*
fix(extmarks): do not remove invalid marks from decor upon deletion
Luuk van Baal
2024-01-17
*
|
test: move format_{string,luav} to a separate module
Lewis Russell
2024-01-17
*
|
test: big cleanup followup
Lewis Russell
2024-01-17
|
/
*
test: use integers for API Buffer/Window/Tabpage EXT types
Lewis Russell
2024-01-16
*
Merge pull request #26734 from bfredl/splitaroo
bfredl
2024-01-13
|
\
|
*
fix(buffer_updates): correct buffer updates when splitting empty line
bfredl
2024-01-13
*
|
test: rename (meths, funcs) -> (api, fn)
Lewis Russell
2024-01-12
*
|
test: normalise nvim bridge functions
Lewis Russell
2024-01-12
*
|
test: typing for helpers.meths
Lewis Russell
2024-01-12
*
|
test: use vim.mpack and vim.uv directly
Lewis Russell
2024-01-12
*
|
test: remove helpers.sleep()
Lewis Russell
2024-01-12
*
|
test: do not inject vim module into global helpers
Lewis Russell
2024-01-12
|
/
*
refactor: format test/*
Justin M. Keyes
2024-01-03
[next]