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
*
perf(lsp): use string.buffer for rpc loop
Mathias Fussenegger
2025-03-31
*
perf(lsp): optimize content length extraction from rpc headers
Mathias Fussenegger
2025-03-31
*
fix(lsp): better handling of "*" configs
Lewis Russell
2025-03-31
*
test(float): restore border tests (#33222)
zeertzjq
2025-03-31
*
vim-patch:649a237: runtime(debversions): Add release name for Debian 15 - duk...
zeertzjq
2025-03-31
*
feat(float): 'winborder' "bold" style #33189
glepnir
2025-03-31
*
fix(defaults): enable :terminal [[,]] motion in operator-pending mode #33217
Ghjuvan Lacambre
2025-03-31
*
feat(editor): 'autowriteall' on SIGHUP/SIGQUIT #32843
Skoh
2025-03-31
*
Merge pull request #32440 from fredizzimo/message-attach
bfredl
2025-03-31
|
\
|
*
fix(ui): send multigrid message position and size when the UI is refreshed
Fred Sundvik
2025-03-27
*
|
fix(treesitter): don't memoize modified headings (#33186)
Tan, Long
2025-03-31
*
|
fix(terminal): emit Termrequest for all OSC sequences #33181
phanium
2025-03-30
*
|
build: ignore out-of-source build folder #33191
Yegor Yefremov
2025-03-30
*
|
docs: lsp config/commands #33122
Justin M. Keyes
2025-03-30
*
|
fix(defaults): visual-mode [[,]] for :terminal shell prompts #33201
msaher
2025-03-30
*
|
feat(lsp): workspace_required #31824
Michael Strobel
2025-03-30
*
|
docs(lsp): `vim.api.buf_request_sync` can also take function as `params` #33170
Tighearnán Carroll
2025-03-30
*
|
fix(vim.lsp.inlay_hint): requesting inlay_hints even when disabled #32999
Bartłomiej Maryńczak
2025-03-30
*
|
docs: faq, lua packages #33183
Phạm Bình An
2025-03-30
*
|
vim-patch:9.1.1263: string length wrong in get_last_inserted_save() (#33194)
zeertzjq
2025-03-30
*
|
fix(checkhealth): check outdated pynvim version properly #33175
zeertzjq
2025-03-30
*
|
vim-patch:9.1.1261: No test for 'pummaxwidth' non-truncated items (#33193)
zeertzjq
2025-03-30
*
|
vim-patch:9.1.1260: Hang when filtering buffer with NUL bytes (#33192)
zeertzjq
2025-03-30
*
|
feat(checkhealth): emoji for OK/WARN/ERROR #33172
Justin M. Keyes
2025-03-30
*
|
fix(api): use E226 instead of E227 for duplicate abbreviation (#33159)
zeertzjq
2025-03-30
*
|
fix(checkhealth): check g:loaded_xx_provider for all providers #33168
Justin M. Keyes
2025-03-29
*
|
fix(provider): misleading :checkhealth if user sets g:loaded_python3_provider...
Sathya Pramodh
2025-03-29
*
|
refactor(treesitter): migrate to ts parser callback API #33141
Riley Bruins
2025-03-29
*
|
fix(desktop): cannot open filename with spaces using OS file manager #33161
Daniel Kusai
2025-03-29
*
|
Merge pull request #33114 from zeertzjq/vim-9.1.1250
zeertzjq
2025-03-29
|
\
\
|
*
|
vim-patch:9.1.1257: Mixing vim_strsize() with mb_ptr2cells() in pum_redraw()
zeertzjq
2025-03-29
|
*
|
fix(pum): simplify 'pummaxwidth' truncation and avoid crash
zeertzjq
2025-03-29
|
*
|
vim-patch:9.1.1255: missing test condition for 'pummaxwidth' setting
zeertzjq
2025-03-29
|
*
|
vim-patch:9.1.1250: cannot set the maximum popup menu width
zeertzjq
2025-03-29
*
|
|
vim-patch:1054b18: runtime(java): Make changes for JDK 24 in syntax script
Christian Clason
2025-03-29
*
|
|
vim-patch:0dc9a0b: runtime(lf): add lf r34 keywords to syntax script
Christian Clason
2025-03-29
*
|
|
fix(api): use original LHS in keymap error message #33135
Gregory Anders
2025-03-29
|
/
/
*
|
vim-patch:9.1.1258: regexp: max \U and \%U value is limited by INT_MAX (#33156)
zeertzjq
2025-03-29
*
|
fix(checkhealth): don't override user "q" keymap #33132
phanium
2025-03-29
*
|
fix: remove exec permission from .gitattributes #33140
Ricardo Casía
2025-03-29
*
|
refactor(diff): remove unreachable code (#33149)
zeertzjq
2025-03-29
*
|
fix(pum): fix heap-buffer-overflow with 'rightleft' (#33146)
zeertzjq
2025-03-29
*
|
vim-patch:9.1.1252: typos in code and docs related to 'diffopt' "inline:" (#3...
zeertzjq
2025-03-29
*
|
fix(cmdline): avoid empty @: register after :<CR> (#33126)
luukvbaal
2025-03-28
*
|
fix(lsp): warn on missing config in :checkhealth #33087
Micah Halter
2025-03-28
*
|
fix(cmdline): empty ext_cmdline block events for :<CR> #33118
luukvbaal
2025-03-28
*
|
fix(provider)!: drop Python 3.7, 3.8 support #33088
v1nh1shungry
2025-03-28
*
|
refactor(treesitter): simplify injection retrieval #33104
Riley Bruins
2025-03-28
*
|
fix(mouse): crash with click on win-separator in statusline (#33091)
Shadman
2025-03-28
*
|
Merge pull request #33086 from zeertzjq/vim-9.1.1243
zeertzjq
2025-03-28
|
\
\
[next]