new command :xrestore to restore X11 connection after X11 server restart#844
Closed
adizero wants to merge 6 commits intovim:masterfrom
Closed
new command :xrestore to restore X11 connection after X11 server restart#844adizero wants to merge 6 commits intovim:masterfrom
adizero wants to merge 6 commits intovim:masterfrom
Conversation
…tart (should cover connecting to stale vim in screen/tmux)
|
I'm occasionally troubled by bad rendering after an X server disconnection/restart, so am looking forward to this PR getting merged! |
|
Seeing this has been closed, is there an alternative/workaround? |
Contributor
|
@jeenuv Patch 8.1.1307 introduced then new command |
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added new command :xrestore to reinitialize connection to X11 server. Useful after X server restarts (e.g. when running Vim for a long time inside screen/tmux and connecting from different machines). Requires +clipboard feature to be compiled in Vim.
Usage:
Reinitialize connection to X11 server running on localhost:11.0:
Reinitialize connection while keeping X11 server from the last invocation of this command (if it was never executed with an argument, then the X11 server address is the one, that Vim read during startup from DISPLAY environment variable):