New comment by blehel on void-packages repository https://github.com/void-linux/void-packages/issues/23497#issuecomment-752364235 Comment: > @blehel did you try raise this issue over @ https://github.com/vim/vim/issues ? > I quickly search thru their commits, hoping to spot something in this regards, > but they are releasing daily so this might or not be fixed in one of those lately ones.. No because they were a few releases ahead, and I did not want to report an issue for a release that was not current. And based on the suggestion above, I found that `autocmd VimEnter * redraw!` provides a workaround for it. I checked to see if vim still has the same behavior without this option, and nothing has changed. Did a search through their issues, and found one that basically describes the same problem, even narrowing it down to the exact patch: https://github.com/vim/vim/issues/6607. I'll leave a comment there.