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
...
|
*
vim-patch:9.0.0576: unused loop variables (#20326)
dundargoc
2022-09-25
|
*
fix(input): use click number of last click for mouse drag (#20300)
zeertzjq
2022-09-24
|
*
vim-patch:9.0.0572: insert complete tests leave a mapping behind
zeertzjq
2022-09-24
|
*
vim-patch:9.0.0567: 'completeopt' "longest" is not used for complete()
zeertzjq
2022-09-24
|
*
fix(mapset): remove existing abbreviation of same lhs (#20320)
zeertzjq
2022-09-24
|
*
vim-patch:9.0.0568: autocmd code is indented more than needed (#20318)
zeertzjq
2022-09-24
|
*
vim-patch:9.0.0566: Nim files are not recognized (#20317)
Christian Clason
2022-09-24
|
*
vim-patch:9.0.0562: HSL playlist files are not recognized (#20307)
Christian Clason
2022-09-24
|
*
vim-patch:9.0.0559: timer test may get stuck at hit-enter prompt (#20312)
zeertzjq
2022-09-24
|
*
vim-patch:9.0.0550: crash when closing a tabpage and buffer is NULL
zeertzjq
2022-09-23
|
*
vim-patch:9.0.0544: minor issues with setting a string option
zeertzjq
2022-09-22
|
*
vim-patch:9.0.0540: assigning stack variable to argument confuses Coverity
zeertzjq
2022-09-22
|
*
fix(window): close floats first when closing buffer in other tab (#20284)
zeertzjq
2022-09-22
|
*
vim-patch:9.0.0539: long message test can be flaky (#20282)
zeertzjq
2022-09-22
|
*
fix(redraw): make redrawdebug=nodelta handle all the cases
bfredl
2022-09-22
|
*
fix(redraw): avoid unnecessary redraws and glitches with floats+messages
bfredl
2022-09-22
|
*
vim-patch:8.2.4677: the Athena GUI support is outdated
zeertzjq
2022-09-22
|
*
vim-patch:8.2.4074: going over the end of NameBuff
zeertzjq
2022-09-22
|
*
vim-patch:8.2.3568: ctrl-hat test fails with Athena and Motif
zeertzjq
2022-09-22
|
*
vim-patch:8.2.3567: CTRL-I in Insert mode is not tested
zeertzjq
2022-09-22
|
*
vim-patch:8.2.3428: using freed memory when replacing
zeertzjq
2022-09-22
|
*
vim-patch:8.2.3155: some option related code not covered by tests
zeertzjq
2022-09-22
|
*
vim-patch:8.2.2994: various code is not fully tested
zeertzjq
2022-09-22
|
*
vim-patch:8.2.2979: not all options code is covered by tests
zeertzjq
2022-09-22
|
*
vim-patch:8.2.0712: various code not fully tested
zeertzjq
2022-09-22
|
*
vim-patch:9.0.0537: the do_set() function is much too long (#20274)
zeertzjq
2022-09-22
|
*
vim-patch:9.0.0018: going over the end of the typahead (#20269)
zeertzjq
2022-09-21
|
*
vim-patch:9.0.0517: when at the command line :redrawstatus does not work well...
zeertzjq
2022-09-21
|
*
refactor: suppress PVS false positives (#20264)
zeertzjq
2022-09-21
|
*
Merge pull request #20263 from notomo/refactor-remove-unused
bfredl
2022-09-20
|
|
\
|
|
*
refactor(message): remove unused function
notomo
2022-09-20
|
*
|
vim-patch:9.0.0511: unnecessary scrolling for message of only one line (#20261)
zeertzjq
2022-09-20
|
*
|
vim-patch:9.0.0512: cannot redraw the status lines when editing a command
zeertzjq
2022-09-20
|
*
|
vim-patch:9.0.0507: cmdline cleared when using :redrawstatus in CmdlineChanged
zeertzjq
2022-09-20
|
|
/
|
*
vim-patch:9.0.0510: Chatito files are not recognized (#20260)
Christian Clason
2022-09-20
|
*
vim-patch:9.0.0509: confusing error for "saveas" command with "nofile" buffer...
zeertzjq
2022-09-20
|
*
fix(tui): handle padding requirements for visual bell (#20238)
zeertzjq
2022-09-20
|
*
fix(inccommand): avoid unnecessary redraw when not showing (#20244)
zeertzjq
2022-09-19
|
*
fix: assert failure when changing 'ut' while waiting for CursorHold (#20241)
zeertzjq
2022-09-18
|
*
vim-patch:9.0.0497: LyRiCs files are not recognized (#20239)
Christian Clason
2022-09-18
|
*
Merge pull request #20198 from zeertzjq/cursorhold
bfredl
2022-09-18
|
|
\
|
|
*
fix(events): make CursorHold behave as documented
zeertzjq
2022-09-17
|
*
|
vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)
dundargoc
2022-09-18
|
|
/
|
*
vim-patch:8.2.0690: line number of option set by modeline is wrong (#20228)
zeertzjq
2022-09-17
|
*
vim-patch:9.0.0483: illegal memory access when replacing in virtualedit mode ...
zeertzjq
2022-09-17
|
*
test(old): add a function roughly equivalent to test_setmouse() (#20224)
zeertzjq
2022-09-17
|
*
vim-patch:9.0.0479: in :def function all closures in loop get the sam… (#20...
Christian Clason
2022-09-16
|
*
fix(eval)!: make Lua Funcref work as method and in substitute() (#20217)
zeertzjq
2022-09-16
|
*
feat(tui): support undercurl when Konsole version >= 221170 (#20219)
zeertzjq
2022-09-16
|
*
vim-patch:9.0.0476: varargs does not work for replacement function of substit...
zeertzjq
2022-09-16
[prev]
[next]