mksession: link between shared views into a terminal buffer by bobrippling · Pull Request #6930 · vim/vim
bobrippling
changed the title
mksession: link between shared views into a buffer
mksession: link between shared views into a terminal buffer
Before this commit, if a terminal buffer was visible in multiple windows, a `:mksession` would generate a script which would not "re-link" these terminal buffers, duplicating the command across the previously linked windows. This commit handles a terminal buffer that's open in multiple windows, ensuring the buffer is shared between those windows when the session is restored.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters