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
/
src
Commit message (
Expand
)
Author
Age
...
|
*
feat(api): combined highlights in nvim_eval_statusline()
Luuk van Baal
2025-01-23
|
*
vim-patch:9.1.1048: crash after scrolling and pasting in silent Ex mode (#32168)
zeertzjq
2025-01-23
|
*
fix(editor): avoid scrolling :substitute confirm message #32149
luukvbaal
2025-01-22
|
*
fix(startup): avoid crash with completion from -l script (#32160)
zeertzjq
2025-01-22
|
*
vim-patch:9.1.1046: fuzzymatching doesn't prefer matching camelcase (#32155)
zeertzjq
2025-01-22
|
*
fix(search): avoid quadratic time complexity when computing fuzzy score (#32153)
zeertzjq
2025-01-22
|
*
feat(terminal): forward X1 and X2 mouse events
zeertzjq
2025-01-21
|
*
feat(tui): recognize X1 and X2 mouse events
zeertzjq
2025-01-21
|
*
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
|
*
|
Merge pull request #32099 from bfredl/no_bufhl
bfredl
2025-01-20
|
|
\
\
|
|
*
|
feat(api): deprecate nvim_buf_add_highlight()
bfredl
2025-01-20
|
*
|
|
feat(inccommand): preview 'nomodifiable' buffers #32034
Donatas
2025-01-20
|
*
|
|
fix(messages): compute msg_col after last newline in ext_messages
Luuk van Baal
2025-01-20
|
*
|
|
Merge pull request #31597 from bfredl/deletionism
bfredl
2025-01-20
|
|
\
\
\
|
|
*
|
|
fix(wininfo): when freeing windows, free the lowest priority wininfo
bfredl
2025-01-14
|
*
|
|
|
fix(log): unintuitive message for undefined $TMPDIR
deepsghimire
2025-01-19
|
|
|
/
/
|
|
/
|
|
|
*
|
|
fix(coverity/530826): validate_opt_idx unchecked negative idx (#32081)
Devon Gardner
2025-01-19
|
*
|
|
fix(lua): prevent SIGSEGV when lua error is NULL in libuv_worker
林玮 (Jade Lin)
2025-01-18
|
*
|
|
vim-patch:9.1.1028: too many strlen() calls in screen.c (#32083)
zeertzjq
2025-01-18
|
|
|
/
|
|
/
|
|
*
|
refactor(cmdline): more idiomatic way to avoid cmdline_show
Luuk van Baal
2025-01-17
|
*
|
vim-patch:9.1.1021: string might be used without a trailing NUL (#32062)
zeertzjq
2025-01-17
|
*
|
vim-patch:9.1.1020: no way to get current selected item in a async context (#...
zeertzjq
2025-01-17
|
*
|
Merge pull request #32038 from gpanders/push-nsrttwwnsqvm
Gregory Anders
2025-01-16
|
|
\
\
|
|
*
|
feat(terminal): add support for kitty keyboard protocol
Gregory Anders
2025-01-16
|
*
|
|
refactor(options): generic expand and did_set callbacks (#32011)
Lewis Russell
2025-01-16
|
*
|
|
vim-patch:9.1.1017: Vim9: Patch 9.1.1013 causes a few problems
zeertzjq
2025-01-16
|
*
|
|
vim-patch:9.1.1013: Vim9: Regression caused by patch v9.1.0646
zeertzjq
2025-01-16
|
*
|
|
vim-patch:9.1.1018: v9.1.0743 causes regression with diff mode (#32047)
zeertzjq
2025-01-16
|
*
|
|
build: fix lint error on macos
dundargoc
2025-01-15
|
|
/
/
|
*
|
fix(cmdline): prevent cmdline_show events after exiting cmdline #32033
luukvbaal
2025-01-15
|
*
|
fix(marks): revise metadata for start mark of revalidated pair #32017
luukvbaal
2025-01-15
|
*
|
Merge #32013 from luukvbaal/shellkind
Justin M. Keyes
2025-01-15
|
|
\
\
|
|
*
|
fix(messages): verbose kind for nvim_echo()
Luuk van Baal
2025-01-15
|
|
*
|
feat(messages): add :!cmd shell message kinds
Luuk van Baal
2025-01-15
|
*
|
|
vim-patch:9.1.1015: Coverity complains about dereferencing NULL value (#32020)
zeertzjq
2025-01-15
|
*
|
|
feat(terminal): support theme update notifications (DEC mode 2031) (#31999)
Gregory Anders
2025-01-14
|
*
|
|
Merge pull request #31932 from bfredl/termtab
bfredl
2025-01-14
|
|
\
\
\
|
|
*
|
|
fix(getchar): do not simplify keycodes in terminal mode
bfredl
2025-01-13
|
*
|
|
|
feat(api): nvim_open_win() relative to tabline and laststatus #32006
luukvbaal
2025-01-14
|
|
|
/
/
|
|
/
|
|
|
*
|
|
refactor(options): remove code for multitype options
Famiu Haque
2025-01-14
|
*
|
|
fix(treesitter): uv_dlclose after uv_dlerror
Horror Proton
2025-01-14
|
*
|
|
fix(options): better handling of empty values
Lewis Russell
2025-01-13
|
*
|
|
feat(messages): "verbose" message kind #31991
luukvbaal
2025-01-13
|
*
|
|
refactor: delete duplicate utf8-functionality
dundargoc
2025-01-13
|
*
|
|
vim-patch:9.1.1011: popupmenu internal error with some abbr in completion ite...
zeertzjq
2025-01-13
|
*
|
|
feat(treesitter): async parsing
Riley Bruins
2025-01-12
|
*
|
|
build(deps): bump wasmtime to v25.0.3
Christian Clason
2025-01-12
|
*
|
|
vim-patch:9.1.1003: [security]: heap-buffer-overflow with visual mode (#31971)
zeertzjq
2025-01-12
|
*
|
|
vim-patch:9.1.1005: completion text is highlighted even with no pattern found...
zeertzjq
2025-01-12
[prev]
[next]