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
Once a minimap has been opened in a vim tab, attempting to open the minimap in another vim tab will set the working buffer's width to 20, instead of setting the minimap's width to 20. Closing and reopening the minimap in this same tab works as expected, where the minimap occupies a width of 20.
Steps to reproduce
Open vim on an arbitrary file
Create a new tab :tab sp
Open minimap \mm
The minimap appears as expected, with a width of 20
Switch back to first tab 1gt
Open minimap, on this tab \mm
BUG The minimap fills most of the screen, while the active buffer receives a width of 20
The text was updated successfully, but these errors were encountered:
Issue details
Once a minimap has been opened in a vim tab, attempting to open the minimap in another vim tab will set the working buffer's width to 20, instead of setting the minimap's width to 20. Closing and reopening the minimap in this same tab works as expected, where the minimap occupies a width of 20.
Steps to reproduce
:tab sp
\mm
1gt
\mm
The text was updated successfully, but these errors were encountered: