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
/
functional
Commit message (
Expand
)
Author
Age
...
|
*
|
fix(intro): make intro explicitly stateful
bfredl
2024-03-14
*
|
|
Merge pull request #27854 from bfredl/boogalo_lines
bfredl
2024-03-14
|
\
\
\
|
*
|
|
fix(api): fix set_lines viewport adjustment, but this time good
bfredl
2024-03-14
|
|
/
/
*
/
/
fix(terminal): disable reflow again
Christian Clason
2024-03-14
|
/
/
*
|
fix(treesitter): highlight injections properly
Lewis Russell
2024-03-14
*
|
vim-patch:9.1.0176: Cursor column wrong with 'virtualedit' and conceal
zeertzjq
2024-03-14
*
|
vim-patch:9.1.0174: 'cursorline' and 'wincolor' hl missing with conceal and wrap
zeertzjq
2024-03-14
*
|
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
|
fix(drawline): initialize linebuf_attr to 0 instead of -1 (#27840)
zeertzjq
2024-03-13
*
|
feat(treesitter): support URLs (#27132)
Gregory Anders
2024-03-12
*
|
vim-patch:9.1.0167: Changing buffer in another window causes it to show match...
zeertzjq
2024-03-12
*
|
vim-patch:8.2.4944: text properties are wrong after "cc" (#27821)
zeertzjq
2024-03-12
*
|
Merge pull request #27812 from luukvbaal/cmdheight
bfredl
2024-03-11
|
\
\
|
*
|
feat(ui): allow non-zero 'cmdheight' with ext_messages
Luuk van Baal
2024-03-11
*
|
|
test: correct order of arguments to eq() (#27816)
zeertzjq
2024-03-11
|
/
/
*
|
vim-patch:9.1.0147: Cannot keep a buffer focused in a window
Colin Kennedy
2024-03-11
*
|
revert: "fix(window): :close crash with autocmd, floats and tabpage" (#27796)
zeertzjq
2024-03-10
*
|
fix(window): :close crash if WinClosed from float closes window (#27794)
zeertzjq
2024-03-10
*
|
fix(window): :close crash with autocmd, floats and tabpage (#27793)
zeertzjq
2024-03-10
*
|
Merge pull request #27330 from seandewar/win_set_config-fixes
Sean Dewar
2024-03-09
|
\
\
|
*
|
vim-patch:8.2.3862: crash on exit with EXITFREE and using win_execute()
Sean Dewar
2024-03-09
|
*
|
fix(api): win_set_config set tp_curwin of win moved from other tabpage
Sean Dewar
2024-03-09
|
*
|
fix(window): :close may cause Nvim to quit with autocmd and float
zeertzjq
2024-03-09
|
*
|
fix(api): win_set_config update statuslines after removing splits
Sean Dewar
2024-03-09
|
*
|
fix(api): patch some cmdwin/textlock holes
Sean Dewar
2024-03-08
|
*
|
fix(api): handle win_split_ins failure properly
Sean Dewar
2024-03-08
|
*
|
vim-patch:9.1.0118: Use different restoration strategy in win_splitmove
Sean Dewar
2024-03-08
|
*
|
vim-patch:9.1.0116: win_split_ins may not check available room
Sean Dewar
2024-03-08
|
*
|
fix(api): make open_win block only enter/leave events if !enter && !noautocmd
Sean Dewar
2024-03-08
|
*
|
fix(api): make win_set_config with "win" for splits need "split/vertical"
Sean Dewar
2024-03-08
|
*
|
fix(api): make open_win/win_set_config check if splitting allowed
Sean Dewar
2024-03-08
|
*
|
fix(api): avoid open_win UAF if target buf deleted by autocmds
Sean Dewar
2024-03-08
|
*
|
fix(api): open_win fire Buf* events when !enter && !noautocmd if entered early
Sean Dewar
2024-03-08
|
*
|
fix(api): open_win fire BufWinEnter for other buffer when !enter && !noautocmd
Sean Dewar
2024-03-08
|
*
|
fix(api): win_set_config fires unnecessary autocmds
Sean Dewar
2024-03-08
|
*
|
fix(api): win_set_config autocmds crash when moving win to other tabpage
Sean Dewar
2024-03-08
*
|
|
docs: support inline markdown
Lewis Russell
2024-03-09
*
|
|
fix(startup): set full_screen when in ex_mode
glepnir
2024-03-09
*
|
|
feat!: remove deprecated functions
dundargoc
2024-03-09
|
/
/
*
|
test(tohtml_spec): don't use hard-coded sleeping time (#27770)
zeertzjq
2024-03-08
*
|
vim-patch:9.1.0158: 'shortmess' "F" flag doesn't work properly with 'autoread'
zeertzjq
2024-03-08
*
|
docs(lua): improvements for LSP and Diagnostic
Lewis Russell
2024-03-05
*
|
fix(eval): make has('pythonx') work properly (#27739)
zeertzjq
2024-03-05
*
|
fix(tohtml): replace hex escape with digit escape (#27728)
altermo
2024-03-04
*
|
fix(column): full redraw with 'stc, 'rnu' and inserted lines (#27712)
luukvbaal
2024-03-03
*
|
fix(lsp): directly rename the existing buffers when renaming (#27690)
Jaehwang Jung
2024-03-02
*
|
Merge pull request #27687 from luukvbaal/floatpos
bfredl
2024-03-02
|
\
\
|
*
|
fix(float): allow floating window in cmdline area
Luuk van Baal
2024-03-01
|
|
/
*
|
Merge pull request #27347 from lewis6991/fswatch
Lewis Russell
2024-03-01
|
\
\
|
*
|
feat(lsp): add fswatch watchfunc backend
Lewis Russell
2024-03-01
[prev]
[next]