FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

mksession: link between shared views into a terminal buffer by bobrippling · Pull Request #6930 · vim/vim · GitHub

/ vim Public

mksession: link between shared views into a terminal buffer - #6930

Closed
bobrippling wants to merge 1 commit into
vim:masterfrom
bobrippling:fix/mks-term
Closed

mksession: link between shared views into a terminal buffer#6930
bobrippling wants to merge 1 commit into
vim:masterfrom
bobrippling:fix/mks-term

Conversation

Copy link
Copy Markdown
Contributor

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 looks handles a terminal buffer that's open in multiple windows, ensuring the buffer is shared between those windows when the session is restored.

bobrippling changed the title mksession: link between shared views into a buffer mksession: link between shared views into a terminal buffer Sep 10, 2020

vim-ml commented Sep 10, 2020 via email

Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor Author

Sure - added

k-takata left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

coding style

Comment thread src/terminal.c Outdated
Comment thread src/terminal.c Outdated
Comment thread src/terminal.c Outdated
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL