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
*
feat(lua): pass keys before mapping to vim.on_key() callback (#28098)
zeertzjq
2024-03-31
*
fix(extmarks): splice earlier when opening new line (#28108)
zeertzjq
2024-03-30
*
fix: support UNC paths in vim.fs.normalize
dundargoc
2024-03-30
*
fix(fs): allow backslash characters in unix paths
James Trew
2024-03-29
*
test: add a bit more testing for vim.on_key() (#28095)
zeertzjq
2024-03-29
*
test: skip another flaky test on macOS (#28087)
zeertzjq
2024-03-29
*
test: skip flaky tests
dundargoc
2024-03-28
*
fix(test): typing
Lewis Russell
2024-03-25
*
fix(vim.iter): use correct cmp function when truncating tail in `take` (#27998)
Calvin Bochulak
2024-03-23
*
fix(filetype): use unexpanded file name (#27931)
zeertzjq
2024-03-23
*
Merge pull request #27674 from glepnir/snippet_indent
bfredl
2024-03-15
|
\
|
*
fix(snippet): correct indent with newline
glepnir
2024-03-01
*
|
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
|
vim-patch:8.2.4944: text properties are wrong after "cc" (#27821)
zeertzjq
2024-03-12
*
|
test: correct order of arguments to eq() (#27816)
zeertzjq
2024-03-11
*
|
vim-patch:8.2.3862: crash on exit with EXITFREE and using win_execute()
Sean Dewar
2024-03-09
*
|
feat(lsp): add fswatch watchfunc backend
Lewis Russell
2024-03-01
*
|
refactor(watch): general tidy up
Lewis Russell
2024-03-01
|
/
*
fix(lua): remove uri fragment from file paths (#27647)
Ilia Choly
2024-02-28
*
fix(lsp): add snippet regression test (#27618)
Maria José Solano
2024-02-25
*
fix(lua): make highlight.on_yank use win-local highlight (#27349)
altermo
2024-02-22
*
fix(vim.ui.open): use explorer.exe instead of wslview #26947
Vu Nhat Chuong
2024-02-20
*
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
[next]