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
/
lua
Commit message (
Expand
)
Author
Age
*
fix(eval): skip over v:lua properly (#27517)
zeertzjq
2024-02-18
*
refactor(lua): use a keyset for vim.diff opts parsing
bfredl
2024-02-13
*
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-13
*
fix(loader): remove cyclic dependency on vim.fs (when --luamod-dev)
Jongwook Choi
2024-02-13
*
refactor(tests): get channel id via nvim_get_chan_info #27441
Justin M. Keyes
2024-02-12
*
fix(lsp): handle adjacent snippet tabstops
Maria José Solano
2024-02-05
*
fix(vim.system): don't process non-fast events during wait() (#27300)
zeertzjq
2024-02-02
*
feat(ex_cmds): no error on :lua with {range} and {code} (#27290)
luukvbaal
2024-02-02
*
fix(lua): avoid internal error when :luado deletes lines (#27262)
zeertzjq
2024-01-30
*
build(docs): separate lint job to validate vimdoc #27227
Jongwook Choi
2024-01-28
*
test(lua/snippet_spec): wait for completion menu (#27243)
zeertzjq
2024-01-28
*
docs(lua): update ":{range}lua" docs + error message #27231
Justin M. Keyes
2024-01-27
*
feat(ex_cmds): ranged :lua #27167
luukvbaal
2024-01-26
*
fix(eval): properly support checking v:lua function in exists() (#27124)
Raphael
2024-01-22
*
feat(vim.version): add `vim.version.le` and `vim.version.ge`
Jongwook Choi
2024-01-21
*
fix(vim.deprecate): show deprecation warning in devel versions as well
Jongwook Choi
2024-01-19
*
refactor(lua): refactored glob
altermo
2024-01-19
*
docs: various #25289
Justin M. Keyes
2024-01-18
*
test: refactor Paths
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: use vim.inspect 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
|
/
*
feat(vim.iter): add Iter:flatten (#26786)
JD
2024-01-10
*
refactor: format test/*
Justin M. Keyes
2024-01-03
*
feature(diagnostic): add `vim.diagnostic.count()` (#26807)
Evgeni Chasnovski
2024-01-01
*
test: simplify vim.fs tests
dundargoc
2023-12-26
*
feat(vim.deprecate): only issue warning if neovim version is high enough
dundargoc
2023-12-25
*
refactor(lsp): move glob parsing to util (#26519)
Steven Arcangeli
2023-12-22
*
refactor: soft-deprecate diagnostic signs configured with :sign-define (#26618)
Gregory Anders
2023-12-18
*
fix(lua): handle array with holes in luaeval() (#26630)
zeertzjq
2023-12-18
*
fix(diagnostic): check for sign namespace instead of sign group
Gregory Anders
2023-12-13
*
refactor(diagnostic): set sign by using extmark (#26193)
Raphael
2023-12-13
*
feat(iter): add `Iter.take` (#26525)
Will Hopkins
2023-12-12
*
fix(lua): memory leak when using invalid syntax with exists() (#26530)
zeertzjq
2023-12-12
*
feat(eval): exists() function supports checking v:lua functions (#26485)
Raphael
2023-12-12
*
Merge pull request #26458 from famiu/refactor/options/optionindex
dundargoc
2023-12-10
|
\
|
*
refactor(options): reduce `findoption()` usage
Famiu Haque
2023-12-09
*
|
test: avoid repeated screen lines in expected states
zeertzjq
2023-12-09
|
/
*
test: use termopen() instead of :terminal more (#26462)
zeertzjq
2023-12-08
*
fix(lua): allow nil values in serialized Lua arrays (#26329)
Gregory Anders
2023-12-07
*
fix(json): allow objects with empty keys #25564
Emanuel
2023-12-06
*
feat(lua): implement Iter:join() (#26416)
Gregory Anders
2023-12-05
[next]