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
{{ message }}
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.
If :VimroomToggle is only called in one tab, switching between tabs is still possible. When :VimroomToggle is called on more than one tab, Vim no longer displays the documents correctly and tab switching is not possible.
To recreate the issue find two files editable by Vim. Run vim -p file1.txt file2.txt in a terminal shell followed by:
:VimroomToggle
:tabnext
:VimroomToggle
:tabnext
Steps 1 and 2 execute successfully, however, step 3 fails. Vimroom is unable to format the tab successfully (the second file is reduced to 50% of its vertical size). At this point, I am unable to execute step 4 to switch between tabs.
Any ideas?
Note: this issue was experienced in Vim 7.3 on OS X.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If
:VimroomToggle
is only called in one tab, switching between tabs is still possible. When:VimroomToggle
is called on more than one tab, Vim no longer displays the documents correctly and tab switching is not possible.To recreate the issue find two files editable by Vim. Run
vim -p file1.txt file2.txt
in a terminal shell followed by::VimroomToggle
:tabnext
:VimroomToggle
:tabnext
Steps 1 and 2 execute successfully, however, step 3 fails. Vimroom is unable to format the tab successfully (the second file is reduced to 50% of its vertical size). At this point, I am unable to execute step 4 to switch between tabs.
Any ideas?
Note: this issue was experienced in Vim 7.3 on OS X.
The text was updated successfully, but these errors were encountered: