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
Commit message (
Expand
)
Author
Age
...
|
*
|
|
vim-patch:8.2.0924: cannot save and restore a register properly
Sean Dewar
2021-09-23
|
*
|
|
vim-patch:8.2.0598: test_eval_stuff fails in normal terminal
Sean Dewar
2021-09-22
|
*
|
|
vim-patch:8.2.0597: test_eval is old style
Sean Dewar
2021-09-22
|
|
|
/
|
|
/
|
*
|
|
refactor: format with uncrustify #15755
dundargoc
2021-09-24
|
|
/
|
/
|
*
|
fix: move contrib/uncrustify.cfg -> src/uncrustify.cfg #15768
Justin M. Keyes
2021-09-23
|
/
*
refactor: format with uncrustify #15741
dundargoc
2021-09-22
*
ci(PVS): PVS/V009: add required header #15751
dundargoc
2021-09-21
*
fix(startup): init.lua: set $MYVIMRC to absolute path #15748
Justin M. Keyes
2021-09-21
*
refactor: reformat with uncrustify #15736
dundargoc
2021-09-20
*
fix(inccommand): ignore trailing commands only for *previewed* command #15638
itchyny
2021-09-20
*
refactor: format with uncrustify #15726
dundargoc
2021-09-20
*
refactor: format with uncrustify #15722
dundargoc
2021-09-19
*
vim-patch:8.2.3437: compiler warnings for 32/64 bit usage
zeertzjq
2021-09-19
*
vim-patch:8.2.3425: warning for using uninitialized variable
zeertzjq
2021-09-19
*
vim-patch:8.2.3424: a sequence of spaces is hard to see in list mode
zeertzjq
2021-09-19
*
vim-patch:8.2.2640: screenstring() returns non-existing composing characters
zeertzjq
2021-09-19
*
vim-patch:8.1.1110: composing chars on space wrong when 'listchars' is set
zeertzjq
2021-09-19
*
vim-patch:8.1.1079: no need for a separate ScreenLinesUtf8() test function
zeertzjq
2021-09-19
*
vim-patch:8.1.1078: when 'listchars' is set a composing char on a space is wrong
zeertzjq
2021-09-19
*
vim-patch:8.1.1071: cannot get composing characters from the screen
zeertzjq
2021-09-19
*
vim-patch:8.2.3394: filler lines are wrong when changing text in diff mode (#...
Jaehwang Jerry Jung
2021-09-18
*
refactor: format #15702
dundargoc
2021-09-18
*
refactor(runtime): handle pack/foo/start/bar/after dirs properly
Björn Linse
2021-09-18
*
refactor(runtime): always use DIP_START when searching for runtime files
Björn Linse
2021-09-18
*
refactor: convert TRUE/FALSE to true/false (#15660)
dundargoc
2021-09-18
*
fix(typo): overriden -> overridden (RE: PR #14159) (#15360)
Oliver Marriott
2021-09-17
*
Merge pull request #15364 from seandewar/vim-8.2.3337
Jan Edmund Lazo
2021-09-17
|
\
|
*
vim-patch:8.2.3375: using uninitialized memory
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3369: auto formatting after "cw" leaves cursor in wrong spot
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3360: user function completion fails with dict function
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3357: crash when 'virtualedit' is set and window is narrow
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3337: completing "call g:" returns entries with just "g:"
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3330: Coverity reports using uninitialized field
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3328: Coverity error for not checking return value
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3321: some code is not tested
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3313: unused code in win_exchange() and frame_remove()
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3293: finding completions may cause an endless loop
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3286: win_enter_ext() has too many boolean arguments
Sean Dewar
2021-09-17
*
|
refactor(style): switch-case formatting, "uncrustify:indent-off" #15669
dundargoc
2021-09-17
*
|
Merge pull request #15580 from seandewar/vim-8.2.3378
Jan Edmund Lazo
2021-09-17
|
\
\
|
*
|
vim-patch:8.2.3400: ":z!" is not supported
Sean Dewar
2021-09-10
|
*
|
vim-patch:8.2.3398: html text objects are not fully tested
Sean Dewar
2021-09-10
|
*
|
vim-patch:8.2.3386: using uninitialized memory
Sean Dewar
2021-09-10
|
*
|
vim-patch:8.2.3384: cannot disable modeline for an individual file
Sean Dewar
2021-09-10
|
*
|
vim-patch:8.2.3378: MS-Windows: completing environment variables with % is wrong
Sean Dewar
2021-09-10
*
|
|
fix: prevent K_EVENT from stopping Select mode CTRL-O #15688
zeertzjq
2021-09-17
|
|
/
|
/
|
*
|
Merge pull request #15668 from bfredl/logmenu
Björn Linse
2021-09-16
|
\
\
|
*
|
fix(ui): don't log from UI events during free_all_mem()
Björn Linse
2021-09-14
*
|
|
Merge #15585 refactor: move vim.lsp.diagnostic to vim.diagnostic
Justin M. Keyes
2021-09-16
|
\
\
\
|
*
|
|
refactor: move vim.lsp.diagnostic to vim.diagnostic
Gregory Anders
2021-09-15
[prev]
[next]