You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading netrwPlugin.vim at startup causes the fact that using :vertical resize while opening 2 (or more) windows at startup doesn't work completely as the second window will be, for a reason I ignore, forced to take a minimum vertical size.
Steps to reproduce
nvim -u NORC -c 'vnew' -c 'vertical resize'
This will load the netrwPlugin.vim file and gives us a vim session like this:
Move the netrwPlugin.vim file out of the runtime (on my system it is in /usr/share/nvim/runtime/plugin/netrwPlugin.vim). This will solve the issue and the left window will be take full size of screen, when running the above command line again:
Expected behavior
The second image is the expected behavior even when loading netrwPlugin.vim
Neovim version (nvim -v)
0.9.2
Vim (not Nvim) behaves the same?
don't have vim
Operating system/version
Arch Linux (kernel 6.1.52-1-lts)
Terminal name/version
All Terminals tested (wezterm, termite, xterm, ...)
Problem
Loading netrwPlugin.vim at startup causes the fact that using
:vertical resize
while opening 2 (or more) windows at startup doesn't work completely as the second window will be, for a reason I ignore, forced to take a minimum vertical size.Steps to reproduce
This will load the netrwPlugin.vim file and gives us a vim session like this:
Move the netrwPlugin.vim file out of the runtime (on my system it is in /usr/share/nvim/runtime/plugin/netrwPlugin.vim). This will solve the issue and the left window will be take full size of screen, when running the above command line again:
Expected behavior
The second image is the expected behavior even when loading netrwPlugin.vim
Neovim version (nvim -v)
0.9.2
Vim (not Nvim) behaves the same?
don't have vim
Operating system/version
Arch Linux (kernel 6.1.52-1-lts)
Terminal name/version
All Terminals tested (wezterm, termite, xterm, ...)
$TERM environment variable
xterm-256color
Installation
pacman
original issue: neovim/neovim#25167
The text was updated successfully, but these errors were encountered: