Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertical split line disappears in diff mode with relativenumber #29403

Closed
yamam opened this issue Jun 18, 2024 · 0 comments · Fixed by #29406
Closed

Vertical split line disappears in diff mode with relativenumber #29403

yamam opened this issue Jun 18, 2024 · 0 comments · Fixed by #29406
Labels
bug issues reporting wrong behavior column sign/number column display redraw, layout, presentation

Comments

@yamam
Copy link

yamam commented Jun 18, 2024

Problem

In vertical split diff mode with relativenumber set and one window maximized, the vertical split line partially disappears.

Steps to reproduce

nvim --clean --cmd 'set relativenumber'
10aa<CR><ESC>gg
:vnew
ab<CR><ESC>gg
:difft
<C-w><C-w>
:difft
<C-w>|j

Vertical split line disappears.
image

Expected behavior

In nvim 0.9.5
Vertical split line doesn't disappear.
image

Neovim version (nvim -v)

NVIM v0.10.1-dev-53+g17fe405ad

Vim (not Nvim) behaves the same?

no, vim 9.1

Operating system/version

Ubuntu 24.04

Terminal name/version

GNOME Terminal 3.52.0 using VTE 0.76.0 +BIDI +GNUTLS +ICU +SYSTEMD

$TERM environment variable

xterm-256color

Installation

build from repo

@yamam yamam added the bug issues reporting wrong behavior label Jun 18, 2024
@zeertzjq zeertzjq added display redraw, layout, presentation column sign/number column labels Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issues reporting wrong behavior column sign/number column display redraw, layout, presentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants