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(drawline): check filler_todo in place of removed draw_state (#27889)
zeertzjq
2024-03-17
*
fix(lsp): add missing LSP semantic token highlight links
Caleb Marshall
2024-03-16
*
vim-patch:9.1.0182: Can define function with invalid name inside 'formatexpr'...
zeertzjq
2024-03-16
*
vim-patch:9.1.0183: Wrong display or screenpos() result when toggling diff mo...
zeertzjq
2024-03-16
*
Merge pull request #27877 from bfredl/pseudorandom
bfredl
2024-03-16
|
\
|
*
fix(intro): redrawing intro exposing pseudo-randomness
bfredl
2024-03-16
*
|
fix(l10n): update Japanese translations (#27856)
ite-usagi
2024-03-16
|
/
*
Merge pull request #27867 from bfredl/intro_multigrid
bfredl
2024-03-15
|
\
|
*
fix(ui): startup intro message should be visible with ext_multigrid
bfredl
2024-03-15
*
|
Merge pull request #27858 from luukvbaal/nvim_set_cursor
bfredl
2024-03-15
|
\
\
|
*
|
fix(ui): ext_cmdline should not move cursor to curwin
Luuk van Baal
2024-03-15
|
*
|
fix(api): update grid cursor in nvim_win_set_cursor()
Luuk van Baal
2024-03-15
*
|
|
Merge pull request #27674 from glepnir/snippet_indent
bfredl
2024-03-15
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fix(snippet): correct indent with newline
glepnir
2024-03-01
*
|
|
vim-patch:9.1.0181: no overflow check for string formatting (#27863)
zeertzjq
2024-03-15
*
|
|
vim-patch:9.1.0180: Cursor pos wrong when double-width chars are concealed (#...
zeertzjq
2024-03-15
|
|
/
|
/
|
*
|
fix(highlight): don't show CursorColumn on current line (#27848)
zeertzjq
2024-03-15
*
|
Merge pull request #27852 from bfredl/persistent_intro
bfredl
2024-03-14
|
\
\
|
*
|
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.0177: Coverity reports dead code
zeertzjq
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
*
|
vim-patch:9.1.0178: E1513 might be confusing (#27846)
zeertzjq
2024-03-14
*
|
vim-patch:9.1.0175: wrong window positions with 'winfix{width,height}' (#27845)
Sean Dewar
2024-03-13
*
|
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
*
|
vim-patch:9.1.0171: Small split-move related improvements
Sean Dewar
2024-03-12
*
|
vim-patch:9.1.0170: Re-allow curwin == prevwin, but document it instead
Sean Dewar
2024-03-12
*
|
vim-patch:9.1.0169: current window number returned by tabpagewinnr may be out...
Sean Dewar
2024-03-12
*
|
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:9.1.0166: Internal error with blockwise getregion() in another buff...
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.0156: Make 'wfb' failing to split still report E1513
zeertzjq
2024-03-11
*
|
vim-patch:9.1.0152: Coverity complains about ignoring return value
zeertzjq
2024-03-11
*
|
vim-patch:9.1.0150: Several minor 'winfixbuf' issues
Colin Kennedy
2024-03-11
*
|
vim-patch:9.1.0149: null pointer member access when accessing 'winfixbuf' pro...
Colin Kennedy
2024-03-11
*
|
vim-patch:9.1.0147: Cannot keep a buffer focused in a window
Colin Kennedy
2024-03-11
*
|
vim-patch:9.1.0164: Internal error when passing invalid position to getregion...
zeertzjq
2024-03-11
*
|
vim-patch:9.1.0138: too many STRLEN calls when getting a memline (#27799)
zeertzjq
2024-03-10
*
|
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
[prev]
[next]