set nocp hi Normal ctermfg=15 ctermbg=0 for i in range(100) echo i endfor
a.vim.vim -u NONE -c "so a.vim" in a tmux session, in a terminal whose height is 30 lines.f then b.Output:
00
11
22
33
44
...
Problem is when press b new text overlaps old text. The hi Normal command is necessary to reproduce this issue.
This could be vim or tmux issue, or both. I am not sure but trying to ask.
Correct output:
0
1
2
3
4
...
9.0
Fedora 36.
No response
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Possible duplicate of #8973 Differences:
termguicolors to reproduce.fff instead of fb, some lines are not displayed.—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Possible duplicate of #8973 Differences:
termguicolors to reproduce.fff instead of fb, some lines are not displayed.—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Possible solution #8973 (comment)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #11230 as completed.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()