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
/
nvim
Commit message (
Expand
)
Author
Age
...
|
*
fix(api): mark nvim__complete_set as experimental #28579
Justin M. Keyes
2024-04-30
|
*
docs: misc #24163
Justin M. Keyes
2024-04-30
|
*
docs: various fixes (#28208)
dundargoc
2024-04-30
|
*
vim-patch:9.1.0381: cbuffer and similar commands don't accept a range (#28571)
zeertzjq
2024-04-30
|
*
fix(treesitter): make tests for memoize more robust
bfredl
2024-04-29
|
*
perf(ui_client): skip some initialization not necessary for ui client
bfredl
2024-04-29
|
*
fix(ui): activating all ext capabilities without remote UI #28555
luukvbaal
2024-04-28
|
*
vim-patch:9.1.0380: Calculating line height for unnecessary amount of lines (...
luukvbaal
2024-04-29
|
*
feat(defaults): improve :grep defaults #28545
Luna Saphie Mittelbach
2024-04-28
|
*
Merge pull request #28532 from bfredl/regularization
bfredl
2024-04-28
|
|
\
|
|
*
refactor(build): make all generated c files headers
bfredl
2024-04-27
|
*
|
Merge #28522 handle ui_attach side effects
Justin M. Keyes
2024-04-27
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
fix(ui): set 'cmdheight' to zero for all open tabpages
Luuk van Baal
2024-04-27
|
|
*
fix(ui): update ext_ui widgets when attaching non-remote UI
Luuk van Baal
2024-04-26
|
*
|
vim-patch:9.1.0374: wrong botline in BufEnter (#28530)
zeertzjq
2024-04-27
|
*
|
vim-patch:fe1e2b5e2d65
zeertzjq
2024-04-27
|
*
|
vim-patch:partial:9.1.0373: ops.c code uses too many strlen() calls (#28508)
zeertzjq
2024-04-26
|
|
/
|
*
fix(completion): improve popup window position (#26739)
Raphael
2024-04-25
|
*
Merge pull request #28492 from bfredl/hotfix
bfredl
2024-04-25
|
|
\
|
|
*
fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecate
bfredl
2024-04-25
|
*
|
feat(api): allow floats to be opened in non-current tabpage (#28480)
Will Hopkins
2024-04-25
|
*
|
refactor(source): remove unnecessary concatenation with Lua (#28499)
zeertzjq
2024-04-25
|
|
/
|
*
vim-patch:8.2.2332: Vim9: missing :endif not reported when using :windo (#28482)
zeertzjq
2024-04-24
|
*
vim-patch:9.1.0365: Crash when typing many keys with D- modifier (#28464)
zeertzjq
2024-04-23
|
*
fix(tui): disable DECRQM and DECRQSS queries for Terminal.app (#28453)
Yoshimasa Niwa
2024-04-23
|
*
vim-patch:9.1.0357: Page scrolling should place cursor at window boundaries (...
luukvbaal
2024-04-22
|
*
fix(completion): check that healthcheck name is string (#28458)
zeertzjq
2024-04-22
|
*
Merge pull request #28434 from glepnir/23120
bfredl
2024-04-22
|
|
\
|
|
*
fix(float): wrong position when bufpos is set
glepnir
2024-04-21
|
*
|
refactor(api): deprecate nvim_call_atomic #28433
Justin M. Keyes
2024-04-22
|
*
|
fix(window): don't go to unfocusable float when closing (#28455)
zeertzjq
2024-04-22
|
*
|
refactor(treesitter): language loading
Lewis Russell
2024-04-21
|
*
|
refactor: add function attributes to xmemcpyz() (#28435)
zeertzjq
2024-04-21
|
*
|
perf(treesitter): incremental foldupdate
Jaehwang Jung
2024-04-21
|
*
|
Merge pull request #27872 from luukvbaal/cmdheight
bfredl
2024-04-21
|
|
\
\
|
|
*
|
fix(ui): don't force 'cmdheight' to zero with ext_messages
Luuk van Baal
2024-04-20
|
*
|
|
fix(api): do not update grid position in nvim_win_set_cursor (#28235)
luukvbaal
2024-04-21
|
*
|
|
refactor(lua): "module" => "M" #28426
Justin M. Keyes
2024-04-20
|
|
/
/
|
*
/
refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)
zeertzjq
2024-04-20
|
|
/
|
*
fix(showcmd): clear the rest properly (#28420)
zeertzjq
2024-04-20
|
*
vim-patch:9.1.0351: No test that completing a partial mapping clears 'showcmd...
zeertzjq
2024-04-19
|
*
build(windows): set longPathAware in manifest #28389
Luna Saphie Mittelbach
2024-04-18
|
*
test: 'showcmd' with ext_messages and Visual selection (#28393)
zeertzjq
2024-04-18
|
*
vim-patch:9.1.0343: 'showcmd' wrong for partial mapping with multibyte (#28392)
zeertzjq
2024-04-18
|
*
Merge pull request #28355 from theofabilous/msgpack-crash-fix
bfredl
2024-04-17
|
|
\
|
|
*
fix(msgpack): store grid line event as a value
Theo Fabi
2024-04-16
|
*
|
docs: remove mentions of scan-build
dundargoc
2024-04-17
|
*
|
vim-patch:9.1.0341: Problem: a few memory leaks are found (#28382)
zeertzjq
2024-04-17
|
*
|
vim-patch:9.1.0340: Problem: Error with matchaddpos() and empty list (#28381)
zeertzjq
2024-04-17
|
*
|
test: API can return Lua function to Lua code (#28380)
zeertzjq
2024-04-17
[prev]
[next]