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
*
api: multiple decoration providers at once
Björn Linse
2020-10-10
*
lua: vim.wait allows control of fast events (#13053)
TJ DeVries
2020-10-06
*
Fix byte updates for blockwise paste at buffer end
KillTheMule
2020-09-30
*
bytetrack: add blockwise paste test
Thomas Vigouroux
2020-09-30
*
Fix buffer_updates on blockwise paste
KillTheMule
2020-09-30
*
treesitter: add string parser (#13008)
Thomas Vigouroux
2020-09-30
*
test: buffer updates: add visual charwise paste test
Björn Linse
2020-09-19
*
buffer updates: fix issues with "change" operator
Björn Linse
2020-09-19
*
tests: lua buffer updates: reorg check_events()
Björn Linse
2020-09-19
*
buf_updates: fix wrong updates on linewise change
Thomas Vigouroux
2020-09-18
*
buf_updates: fix updates for empty buffers (#12926)
Thomas Vigouroux
2020-09-17
*
treesitter: filter updates on <CR>
Thomas Vigouroux
2020-09-16
*
buf_attach: fix buffer updates with setline()
Björn Linse
2020-09-16
*
api: add nvim_buf_call to call function with curbuf changed to buffer
Björn Linse
2020-09-13
*
fix: use luahl in treesitter
Thomas Vigouroux
2020-09-13
*
fix(bufupdates): avoid sending empty updates
Thomas Vigouroux
2020-09-11
*
fix(bytetrack): send correct events when opening lines
Thomas Vigouroux
2020-09-11
*
tests: disable hl glitch test for now, will be fixed in luahl (next PR)
Björn Linse
2020-09-10
*
fix lints
Thomas Vigouroux
2020-09-09
*
api/buffer: add "on_bytes" callback to nvim_buf_attach
Björn Linse
2020-09-09
*
treesitter: revert wrong optimization in highlights
Thomas Vigouroux
2020-09-09
*
tests: update query.list_predicates() test
Björn Linse
2020-09-06
*
treesitter: Use excplicit names in tests
Thomas Vigouroux
2020-09-06
*
treesitter: allow to list supported predicates
Thomas Vigouroux
2020-09-04
*
Merge pull request #12814 from theHamsta/escape-queries
Thomas Vigouroux
2020-09-01
|
\
|
*
treesitter: avoid escaping complete query strings
Stephan Seitz
2020-08-31
*
|
treesitter: add node:field() to get field children
Thomas Vigouroux
2020-09-01
*
|
treesitter: allow to iterate over node children
Thomas Vigouroux
2020-08-31
|
/
*
fix(win): ignore closing wins in win_findbuf #12798
Thomas Vigouroux
2020-08-31
*
lua: add vim.register_keystroke_callback (#12536)
TJ DeVries
2020-08-14
*
treesitter: add and test vim-match? predicate
Thomas Vigouroux
2020-08-13
*
treesitter: add contains? predicate
Thomas Vigouroux
2020-08-13
*
treesitter: refactor and use lua regexes
Thomas Vigouroux
2020-08-13
*
buffer_updates: emit valid old_byte_size
Thomas Vigouroux
2020-07-21
*
lua: Fix crash on unprotected lua errors (#12658)
TJ DeVries
2020-07-19
*
lua: Add ability to pass tables with __call
TJ DeVries
2020-07-10
*
lua: Add ability to pass lua functions directly to vimL
TJ DeVries
2020-07-10
*
treesitter: update test to show overlapping works
Thomas Vigouroux
2020-07-10
*
treesitter: use single nodes in set_ranges
Thomas Vigouroux
2020-06-29
*
treesitter: separate tests into smaller pieces
Thomas Vigouroux
2020-06-29
*
treesitter: use nodes to mark ranges
Thomas Vigouroux
2020-06-29
*
treesitter: test newly added set_included_ranges
Thomas Vigouroux
2020-06-29
*
Merge pull request #12321 from vigoux/treesitter-runtime
Matthieu Coudron
2020-06-06
|
\
|
*
treesitter: fix tests
Thomas Vigouroux
2020-06-03
|
*
treesitter: update runtime
Thomas Vigouroux
2020-06-02
*
|
test: remove flaky unhelpful test
TJ DeVries
2020-06-06
*
|
lua: fix behavior when split empty string (#12429)
notomo
2020-06-04
*
|
lua: fix infinite loop for vim.split on empty string (#12420)
notomo
2020-06-02
|
/
*
lua: vim.wait implementation
TJ DeVries
2020-05-30
*
Change uri_to_fname to not convert non-file URIs (#12351)
Mathias Fußenegger
2020-05-22
[next]