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
Commit message (
Expand
)
Author
Age
*
Merge remote-tracking branch 'upstream/master' into mix_20240309
HEAD
rahm
Josh Rahm
2025-02-05
|
\
|
*
fix(log): RPC log format #32337
Justin M. Keyes
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
|
*
build(deps): bump luv to v1.50.0-1
Christian Clason
2025-02-05
|
*
fix(messages): add a trailing space to inputlist() etc. prompts (#32328)
zeertzjq
2025-02-05
|
*
vim-patch:9.1.1076: vim_strnchr() is strange and unnecessary (#32327)
zeertzjq
2025-02-05
|
*
fix(event-loop): process input before events in getchar() (#32322)
zeertzjq
2025-02-05
|
*
ci(vim-patches): fix failing workflow
dundargoc
2025-02-04
|
*
build(deps): bump tree-sitter-query to v0.5.0 (#32299)
Riley Bruins
2025-02-04
|
*
test(terminal/cursor_spec): remove unnecessary busy handlers (#32321)
zeertzjq
2025-02-04
|
*
test(getchar_spec): fix flakiness (#32320)
zeertzjq
2025-02-04
|
*
Merge pull request #32315 from zeertzjq/vim-9.1.1009
zeertzjq
2025-02-04
|
|
\
|
|
*
vim-patch:9.1.1072: 'diffopt' "linematch" cannot be used with {n} less than 10
zeertzjq
2025-02-04
|
|
*
vim-patch:9.1.1027: no sanitize check when running linematch
zeertzjq
2025-02-04
|
|
*
vim-patch:9.1.1023: Coverity complains about dereferencing NULL pointer
zeertzjq
2025-02-04
|
|
*
vim-patch:9.1.1022: linematch option value not completed
zeertzjq
2025-02-04
|
|
*
vim-patch:9.1.1009: diff feature can be improved
zeertzjq
2025-02-04
|
|
/
|
*
vim-patch:9.1.1074: Strange error when heredoc marker starts with "trim" (#32...
zeertzjq
2025-02-04
|
*
Merge pull request #31604 from zeertzjq/vim-9.1.0935
zeertzjq
2025-02-04
|
|
\
|
|
*
vim-patch:9.1.1073: tests: test_compiler fails on Windows without Maven
zeertzjq
2025-02-04
|
|
*
vim-patch:9.1.0967: SpotBugs compiler setup can be further improved
zeertzjq
2025-02-04
|
|
*
vim-patch:9.1.0935: SpotBugs compiler 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
|
*
|
fix(tui): cursor color in suckless terminal #32310
uio23
2025-02-03
|
*
|
feat(diagnostic): format() can filter diagnostics by returning nil #32302
Maria José Solano
2025-02-03
|
*
|
vim-patch:9.0.1391: "clear" macros are not always used (#32312)
zeertzjq
2025-02-03
|
*
|
vim-patch:8.2.4948: cannot use Perl heredoc in nested :def function (#32311)
zeertzjq
2025-02-03
|
*
|
Merge pull request #32293 from zeertzjq/vim-9.1.1063
zeertzjq
2025-02-03
|
|
\
\
|
|
*
|
vim-patch:9.1.1071: args missing after failing to redefine a function
zeertzjq
2025-02-03
|
|
*
|
vim-patch:9.1.1066: heap-use-after-free and stack-use-after-scope with :14ver...
zeertzjq
2025-02-03
|
|
*
|
vim-patch:9.1.1063: too many strlen() calls in userfunc.c
zeertzjq
2025-02-03
|
|
*
|
vim-patch:9.0.1142: crash and/or memory leak when redefining function
zeertzjq
2025-02-03
|
|
*
|
vim-patch:8.2.2505: Vim9: crash after defining function with invalid return type
zeertzjq
2025-02-03
|
|
*
|
vim-patch:8.2.1445: Vim9: function expanded name is cleared when sourcing again
zeertzjq
2025-02-03
|
|
*
|
vim-patch:8.2.0825: def_function() may return pointer that was freed
zeertzjq
2025-02-03
|
|
/
/
|
*
|
vim-patch:9.1.1070: Cannot control cursor positioning of getchar() (#32303)
zeertzjq
2025-02-03
|
*
|
fix(statusline): overwriting stl_items with nvim_eval_statusline() {-item #32265
luukvbaal
2025-02-02
|
|
/
|
*
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(man.lua): skip `Attrs.None` highlights #32262
Johannes Larsen
2025-02-02
|
*
vim-patch:9.1.1069: preinsert text completions not deleted with <C-W>/<C-U> (...
glepnir
2025-02-02
|
*
fix(diagnostic): improve current_line refresh logic #32275
Tristan Knight
2025-02-02
|
*
build(deps): bump tree-sitter to v0.25.1
Christian Clason
2025-02-02
|
*
vim-patch:9.1.1068: getchar() can't distinguish between C-I and Tab (#32295)
zeertzjq
2025-02-02
|
*
vim-patch:a5d19aa: runtime(hyprlang): fix string recognition (#32290)
zeertzjq
2025-02-02
|
*
refactor(autocmds): remove indirection #32291
Justin M. Keyes
2025-02-01
[next]