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
When opening vim with -d (diff) mode, two windows appear in a diff-fashion (e.g. marked lines etc.). When saving and opening such a session, the result is the same two windows, without the diff.
Reproduce:
create two files a.txt and b.txt
vim -d a.txt b.txt
:SaveSession diff (you can see the diffs marked)
:OpenSession diff (you cannot see the diffs marked)
The text was updated successfully, but these errors were encountered:
When opening vim with -d (diff) mode, two windows appear in a diff-fashion (e.g. marked lines etc.). When saving and opening such a session, the result is the same two windows, without the diff.
Reproduce:
The text was updated successfully, but these errors were encountered: