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
...
|
*
fix(api): don't try to get/set option for invalid option name (#31302)
Famiu Haque
2024-11-22
|
*
fix(highlight): 'winhl' shouldn't take priority over API (#31288)
zeertzjq
2024-11-22
|
*
Merge pull request #31193 from bfredl/winrt
bfredl
2024-11-21
|
|
\
|
|
*
refactor(windows)!: only support UCRT, even for mingw
bfredl
2024-11-21
|
*
|
docs: misc (#31138)
dundargoc
2024-11-21
|
*
|
refactor(options): impl default 'titlestring' by format flags #30843
zshuzh
2024-11-20
|
*
|
fix(messages): more ext_messages kinds #31279
luukvbaal
2024-11-20
|
*
|
build(clint): make NOLINT work with header checks (#31281)
zeertzjq
2024-11-20
|
*
|
fix(move): redraw for 'concealcursor' after changing w_wcol (#31276)
zeertzjq
2024-11-20
|
*
|
fix(messages): no message kind for search pattern #31272
Tomasz N
2024-11-19
*
|
|
Merge remote-tracking branch 'upstream/master' into mix_20240309
Josh Rahm
2024-11-25
|
\
|
|
|
*
|
vim-patch:9.1.0870: too many strlen() calls in eval.c (#31267)
zeertzjq
2024-11-19
|
*
|
fix(api): nvim_get_option_value does not clean up on FileType error #31219
altermo
2024-11-18
|
*
|
fix(api): only flush nvim__redraw when necessary #31250
luukvbaal
2024-11-18
|
*
|
vim-patch:9.1.0869: Problem: curswant not set on gm in folded line (#31247)
zeertzjq
2024-11-18
|
*
|
feat(lsp): highlight hover target/range #31110
Riley Bruins
2024-11-17
|
*
|
fix(api): update "range" windows in nvim__redraw #31042
luukvbaal
2024-11-17
|
*
|
fix(messages): proper multiline Lua print() messages #31205
luukvbaal
2024-11-17
|
*
|
fix(api): nvim_echo free text memory with invalid highlight (#31243)
luukvbaal
2024-11-17
|
*
|
build(deps): bump uncrustify to uncrustify-0.80.1
Christian Clason
2024-11-17
|
*
|
fix(api): validation, documentation of hl_group #31195
luukvbaal
2024-11-16
|
*
|
feat(ui): don't show unfocusable windows in :tabs, 'tabline' #27984
luukvbaal
2024-11-16
|
*
|
refactor(options): remove `.indir`, redesign option scopes #31066
Famiu Haque
2024-11-16
|
*
|
build(deps): bump uncrustify to uncrustify-0.80.0
Christian Clason
2024-11-16
|
|
/
|
*
vim-patch:partial:9.1.0851: too many strlen() calls in getchar.c (#31230)
zeertzjq
2024-11-16
|
*
docs: standardize doc for ChanInfo/ChanOpen autocmds/v:event (#31099)
errael
2024-11-16
|
*
fix(ui): no fast context for prompt message kinds #31224
luukvbaal
2024-11-15
|
*
vim-patch:9.1.0855: setting 'cmdheight' may missing output (#31216)
zeertzjq
2024-11-15
|
*
vim-patch:9.1.0864: message history is fixed to 200 (#31215)
zeertzjq
2024-11-15
|
*
fix(messages)!: vim.ui_attach message callbacks are unsafe
Luuk van Baal
2024-11-14
|
*
fix(treesitter): show proper node name error messages
Riley Bruins
2024-11-13
|
*
refactor(highlight): make enum of builtin highlights start with 1
bfredl
2024-11-13
|
*
fix(startup): report --startuptime error to stderr (#31131)
zeertzjq
2024-11-13
|
*
fix(messages): pass previous highlight id to ext chunks
Luuk van Baal
2024-11-11
|
*
Merge pull request #27813 from luukvbaal/msgid
bfredl
2024-11-11
|
|
\
|
|
*
feat(ext_messages): add hl_id to ext_messages chunks
Luuk van Baal
2024-11-09
|
|
*
refactor(message): propagate highlight id instead of attrs
Luuk van Baal
2024-11-08
|
*
|
vim-patch:9.1.0849: there are a few typos in the source (#31159)
zeertzjq
2024-11-11
|
*
|
build: specify POST_BUILD when using add_custom_command
dundargoc
2024-11-09
|
*
|
docs: misc (#30914)
dundargoc
2024-11-09
|
*
|
fix(vim.system): resolve executable paths on windows
Lewis Russell
2024-11-08
|
*
|
fix(cmdline): simplify and correct grapheme cluster adjustment
bfredl
2024-11-08
|
*
|
Merge pull request #31040 from luukvbaal/cmdpreviewcurs
bfredl
2024-11-08
|
|
\
\
|
|
*
|
fix(inccommand): ensure cursor is where it belongs
Luuk van Baal
2024-11-07
|
*
|
|
refactor(options): use os_win/os_buf for local options (#31060)
zeertzjq
2024-11-08
|
*
|
|
refactor(options): remove `varp` argument for `set_option` (#31111)
Famiu Haque
2024-11-08
|
|
|
/
|
|
/
|
|
*
|
test: add test for key following ignored mouse move (#31104)
zeertzjq
2024-11-07
|
*
|
perf(mouse): only generate <MouseMove> for a new cell positon (#31103)
errael
2024-11-07
|
*
|
Merge pull request #31062 from famiu/refactor/options/ff_macro
bfredl
2024-11-06
|
|
\
\
|
|
*
|
refactor(options): remove fileformat macros
Famiu Haque
2024-11-05
[prev]
[next]