-
Notifications
You must be signed in to change notification settings - Fork 243
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
Unexpected behavior with vim margin when open NerdTree in maximum terminal. #253
Comments
What margin? I don't see it in your videos Also, if you want to report a bug in Vim, please:
|
The green line is the "margin" I mean. Sorry, I don't know exactly what it is called. Minimal vimrc:
|
isn't the margin always there, but sometimes with a default color? Don't know what is causing this, but from the video I would guess this is because your terminal cannot draw multiples of the required screen cells in either the columns or rows. That's why it adds the margin. Why it sometimes is colored green, I don't know. |
Yes, I also don't know why, but |
can you please check if vim/vim@5017c66 fixes it? |
No, the issue persists in version 8.2.4710. I guess this is the problem with vim redraw, it flickers a lot when resizing. In nvim, resize using mouse doesn't seem affect the vertical edge. vim: bandicam.2022-04-08.06-55-18-709.mp4nvim: bandicam.2022-04-08.06-55-43-829.mp4 |
Steps to reproduce
<Enter>
and restart.<space>e
to open NerdTreeTogglecmd.exe
,powershell
terminal,
window powershell` in maximum size, in normal size it doesn't appear. The margin of vim seems unfit with maximum terminal. I tested my config with neovim but it only happens with vim.cmd.exe:
bandicam.2022-03-30.10-18-35-041.mp4
window powershell:
bandicam.2022-03-30.10-20-04-523.mp4
Expected behaviour
Vim can fit with maximum terminal.
Version of Vim
8.2.4643. Latest vim-nightly using scoop.
Environment
Window 11(64 bits).
The text was updated successfully, but these errors were encountered: