[vim/vim] Lines overlap when vim in tmux (Issue #11230)

149 views
Skip to first unread message

Cyker Way

unread,
Sep 26, 2022, 3:40:36 AM9/26/22
to vim/vim, Subscribed

Steps to reproduce

set nocp
hi Normal ctermfg=15 ctermbg=0
for i in range(100)
    echo i
endfor
  1. Save above script as a.vim.
  2. Run vim -u NONE -c "so a.vim" in a tmux session, in a terminal whose height is 30 lines.
  3. Press 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.

Expected behaviour

Correct output:

0
1
2
3
4
...

Version of Vim

9.0

Environment

Fedora 36.

Logs and stack traces

No response


Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/11230@github.com>

Cyker Way

unread,
Sep 26, 2022, 3:45:18 AM9/26/22
to vim/vim, Subscribed

Possible duplicate of #8973 Differences:

  • Doesn't need termguicolors to reproduce.
  • When press 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.Message ID: <vim/vim/issues/11230/1257629053@github.com>

Cyker Way

unread,
Sep 26, 2022, 3:45:54 AM9/26/22
to vim/vim, Subscribed

Possible duplicate of #8973 Differences:

  • Doesn't need termguicolors to reproduce.
  • When press 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.Message ID: <vim/vim/issues/11230/1257629640@github.com>

Cyker Way

unread,
Sep 26, 2022, 4:02:04 AM9/26/22
to vim/vim, Subscribed

Possible solution #8973 (comment)


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/11230/1257647464@github.com>

Cyker Way

unread,
Sep 26, 2022, 4:02:04 AM9/26/22
to vim/vim, Subscribed

Closed #11230 as completed.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issue/11230/issue_event/7456276418@github.com>

Reply all
Reply to author
Forward
0 new messages