comparison runtime/doc/various.txt @ 16608:0422b14bce58 v8.1.1307

patch 8.1.1307: cannot reconnect to the X server after it restarted commit https://github.com/vim/vim/commit/d4aa83af1d691fdabbc8e6aab36db2c96ea4d4b6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 9 18:59:31 2019 +0200 patch 8.1.1307: cannot reconnect to the X server after it restarted Problem: Cannot reconnect to the X server after it restarted. Solution: Add the :xrestore command. (Adrian Kocis, closes https://github.com/vim/vim/issues/844)
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 May 2019 19:00:08 +0200
parents 0e473e9e70c2
children 1eaf34420bb3
comparison
equal deleted inserted replaced
16607:5c5a7f945ade 16608:0422b14bce58
702 if at a visible position. 702 if at a visible position.
703 Also process the received netbeans messages. {only 703 Also process the received netbeans messages. {only
704 available when compiled with the |+netbeans_intg| 704 available when compiled with the |+netbeans_intg|
705 feature} 705 feature}
706 706
707 *:xrestore* *:xr*
708 :xr[estore] [display] Reinitializes the connection to the X11 server. Useful
709 after the X server restarts, e.g. when running Vim for
710 long time inside screen/tmux and connecting from
711 different machines).
712 [display] should be in the format of the $DISPLAY
713 environment variable (e.g. "localhost:10.0")
714 If [display] is omitted, then it reinitializes the
715 connection to the X11 server using the same value as
716 was used for the previous execution of this command.
717 If the value was never specified, then it uses the
718 value of $DISPLAY environment variable as it was when
719 Vim was started.
720 {only available when compiled with the |+clipboard|
721 feature}
707 722
708 *g_CTRL-A* 723 *g_CTRL-A*
709 g CTRL-A Only when Vim was compiled with MEM_PROFILING defined 724 g CTRL-A Only when Vim was compiled with MEM_PROFILING defined
710 (which is very rare): print memory usage statistics. 725 (which is very rare): print memory usage statistics.
711 Only useful for debugging Vim. 726 Only useful for debugging Vim.