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
/
test
Commit message (
Expand
)
Author
Age
...
*
|
fix(window): don't go to unfocusable float when closing (#28455)
zeertzjq
2024-04-22
*
|
refactor(lua): deprecate tbl_flatten
Justin M. Keyes
2024-04-22
*
|
vim-patch:9.1.0363: tests: test_winfixbuf is a bit slow (#28446)
zeertzjq
2024-04-22
*
|
refactor(lua): rename tbl_isarray => isarray
Justin M. Keyes
2024-04-21
*
|
refactor(lua): rename tbl_islist => islist
Justin M. Keyes
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
*
|
|
feat(treesitter): handle quantified fold captures
Riley Bruins
2024-04-20
*
|
|
refactor(lua): "module" => "M" #28426
Justin M. Keyes
2024-04-20
|
/
/
*
|
feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)
Yinzuo Jiang
2024-04-20
*
|
fix(vim.ui.open): try wslview before explorer.exe #28424
Justin M. Keyes
2024-04-20
|
/
*
fix(showcmd): clear the rest properly (#28420)
zeertzjq
2024-04-20
*
vim-patch:9.1.0355: filetype: flake.lock files are not recognized
Christian Clason
2024-04-19
*
vim-patch:9.1.0354: runtime(uci): No support for uci file types (#28409)
zeertzjq
2024-04-19
*
vim-patch:9.1.0351: No test that completing a partial mapping clears 'showcmd...
zeertzjq
2024-04-19
*
feat(lua): enable(enable:boolean, filter:table) #28374
Justin M. Keyes
2024-04-18
*
refactor(lsp): merge rpc.domain_socket_connect into rpc.connect (#28398)
Mathias Fußenegger
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
*
vim-patch:9.1.0344: Cursor wrong after using setcellwidth() in terminal (#28391)
zeertzjq
2024-04-18
*
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
*
fix(lua): only free luarefs when returning from API (#28373)
zeertzjq
2024-04-17
*
feat(lua): vim.fs.normalize() resolves ".", ".." #28203
Famiu Haque
2024-04-16
*
fix(api): ignore 'autochdir' when renaming other buf (#28376)
zeertzjq
2024-04-16
*
fix(api): ignore 'autochdir' when setting buf in other win (#28371)
Raphael
2024-04-16
*
Merge #28227 feat(diagnostic): is_enabled, enable(…, enable:boolean)
Justin M. Keyes
2024-04-16
|
\
|
*
feat(diagnostic): enable(…, opts)
Justin M. Keyes
2024-04-15
|
*
feat(diagnostic): is_enabled, enable(…, enable:boolean)
Justin M. Keyes
2024-04-15
*
|
test: make mapping tests more consistent (#28368)
zeertzjq
2024-04-16
*
|
test: getting autocmd Lua callback in Vimscript (#28367)
zeertzjq
2024-04-16
*
|
fix(messages): avoid crash with :intro and ch=0 (#28343)
zeertzjq
2024-04-16
*
|
vim-patch:9.1.0335: String interpolation fails for List type (#28364)
zeertzjq
2024-04-16
*
|
vim-patch:9.1.0332: tests: some assert_equal() calls have wrong order of args...
zeertzjq
2024-04-16
*
|
vim-patch:9.1.0326: filetype: some requirements files are not recognized (#28...
zeertzjq
2024-04-16
*
|
vim-patch:9.1.0325: CMakeCache.txt files not recognized (#28359)
zeertzjq
2024-04-16
*
|
vim-patch:8.2.3415: Vim9: not all function argument types are properly checke...
zeertzjq
2024-04-16
*
|
vim-patch:9.1.0324: filetype: some json files are not recognized
zeertzjq
2024-04-16
*
|
vim-patch:9.1.0322: filetype: some mail tools not recognized
zeertzjq
2024-04-16
*
|
vim-patch:9.1.0334: No test for highlight behavior with 'ambiwidth' (#28354)
zeertzjq
2024-04-16
*
|
fix(base64): properly handle embedded NULLs when decoding (#28349)
Gregory Anders
2024-04-15
|
/
*
fix(vim.ui): open() may wait indefinitely #28325
Justin M. Keyes
2024-04-15
*
fix(api): make width/height for split by nvim_open_win work (#28341)
zeertzjq
2024-04-15
*
vim-patch:9.1.0328: CI fails with t_?? test
zeertzjq
2024-04-15
*
vim-patch:9.1.0321: Garbled output on serial terminals with XON/XOFF flow con...
zeertzjq
2024-04-15
*
vim-patch:9.1.0329: String interpolation fails for Dict type (#28335)
zeertzjq
2024-04-15
*
feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192
Sean Dewar
2024-04-14
*
vim-patch:9.1.0320: Wrong cursor position after using setcellwidths() (#28334)
zeertzjq
2024-04-15
[prev]
[next]