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
/
runtime
/
lua
/
vim
Commit message (
Expand
)
Author
Age
*
Merge remote-tracking branch 'upstream/master' into mix_20240309
HEAD
rahm
Josh Rahm
2025-02-05
|
\
|
*
feat(diagnostic): add `current_line` option for `virtual_text` handler
Maria José Solano
2025-02-05
|
*
feat(treesitter): show which nodes are missing in InspectTree
Riley Bruins
2025-02-05
|
*
vim-patch:9.1.1009: diff feature can be improved
zeertzjq
2025-02-04
|
*
Merge #32082 refactor(treesitter): use coroutines for resuming _parse()
Justin M. Keyes
2025-02-03
|
|
\
|
|
*
feat(treesitter): allow LanguageTree:is_valid() to accept a range
Riley Bruins
2025-02-02
|
|
*
refactor(treesitter): use coroutines for resuming _parse() logic
Riley Bruins
2025-02-02
|
*
|
feat(diagnostic): format() can filter diagnostics by returning nil #32302
Maria José Solano
2025-02-03
|
*
|
vim-patch:9.1.1070: Cannot control cursor positioning of getchar() (#32303)
zeertzjq
2025-02-03
|
|
/
|
*
refactor(treesitter): always return valid range from parse() #32273
Riley Bruins
2025-02-02
|
*
refactor(treesitter): drop `LanguageTree._has_regions` #32274
Riley Bruins
2025-02-02
|
*
perf(diagnostics): cache line diagnostics when `current_line` is set #32288
Maria José Solano
2025-02-02
|
*
fix(diagnostic): improve current_line refresh logic #32275
Tristan Knight
2025-02-02
|
*
vim-patch:9.1.1068: getchar() can't distinguish between C-I and Tab (#32295)
zeertzjq
2025-02-02
|
*
fix(treesitter): nil access when running string parser async
Riley Bruins
2025-02-01
|
*
docs: misc
dundargoc
2025-01-30
|
*
vim-patch:9.1.1056: Vim doesn't highlight to be inserted text when completing...
zeertzjq
2025-01-30
|
*
fix(treesitter): stop async parsing if buffer is invalid
notomo
2025-01-29
|
*
fix(treesitter) Set modeline=false in TSHighlighter:destroy (#32234)
Daniel Petrovic
2025-01-29
|
*
feat(treesitter): support modelines in `query.set()` (#30257)
Maria José Solano
2025-01-29
|
*
fix(treesitter): recalculate folds on VimEnter #32240
Riley Bruins
2025-01-28
|
*
fix(treesitter): empty queries can disable injections (#31748)
Riley Bruins
2025-01-28
|
*
fix(treesitter): avoid computing foldlevels for reloaded buffer #32233
luukvbaal
2025-01-28
|
*
docs(treesitter): fix TSNode:range() type signature #32224
Riley Bruins
2025-01-27
|
*
fix: resolve all remaining LuaLS diagnostics
Lewis Russell
2025-01-27
|
*
build(deps)!: bump tree-sitter to HEAD, wasmtime to v29.0.1 (#32200)
Christian Clason
2025-01-27
|
*
feat(diagnostic): virtual_lines #31959
Maria José Solano
2025-01-26
|
*
feat(api): nvim_get_autocmds filter by id#31549
glepnir
2025-01-26
|
*
vim-patch:fb49e3c: runtime(filetype): commit 99181205c5f8284a3 breaks V lang ...
Christian Clason
2025-01-25
|
*
vim-patch:9918120: runtime(filetype): Improve Verilog detection by checking f...
Christian Clason
2025-01-25
|
*
vim-patch:9.1.1049: insert-completed items are always sorted
zeertzjq
2025-01-25
|
*
feat(extmarks): virtual text can be right-aligned, truncated #31921
georgev93
2025-01-24
|
*
fix(lsp): prefer `on_list` over `loclist` in default handler
Evgeni Chasnovski
2025-01-23
|
*
feat(api): combined highlights in nvim_eval_statusline()
Luuk van Baal
2025-01-23
|
*
vim-patch:9.1.1042: filetype: just files are not recognized
Christian Clason
2025-01-23
|
*
vim-patch:9.1.1045: filetype: N-Tripels and TriG files are not recognized (#3...
zeertzjq
2025-01-23
|
*
fix(checkhealth): failed if 'lua' in plugin name
phanium
2025-01-23
|
*
feat(lua): vim.hl.range() "timeout" #32012
Siddhant Agarwal
2025-01-22
|
*
fix(inspector): update semantic token namespace (#32157)
jdrouhard
2025-01-22
|
*
Merge pull request #32098 from bfredl/multihl_group
bfredl
2025-01-21
|
|
\
|
|
*
feat(extmark): stack multiple highlight groups in `hl_group`
bfredl
2025-01-21
|
*
|
fix(treesitter): compute folds on_changedtree only if not nil
Konrad Malik
2025-01-20
|
*
|
Merge pull request #32099 from bfredl/no_bufhl
bfredl
2025-01-20
|
|
\
\
|
|
*
|
feat(api): deprecate nvim_buf_add_highlight()
bfredl
2025-01-20
|
*
|
|
fix: completion.enable(false,...) deletes invalid augroup #32121
Konrad Malik
2025-01-20
|
*
|
|
fix(lsp): set floating window filetype after setup #32112
Guilherme Soares
2025-01-20
|
*
|
|
docs(treesitter): expose LanguageTree:parent() #32108
Jaehwang Jung
2025-01-20
|
*
|
|
vim-patch:9.1.1030: filetype: setting bash filetype is backwards incompatible
Christian Clason
2025-01-20
|
*
|
|
fix(lsp): don't use completion filterText if prefix is empty
Mathias Fussenegger
2025-01-19
|
*
|
|
fix(lsp): document_symbol uses loclist by default #32070
Yochem van Rosmalen
2025-01-19
[next]