]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1307: cannot reconnect to the X server after it restarted v8.1.1307
authorBram Moolenaar <Bram@vim.org>
Thu, 9 May 2019 16:59:31 +0000 (18:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 May 2019 16:59:31 +0000 (18:59 +0200)
commitd4aa83af1d691fdabbc8e6aab36db2c96ea4d4b6
treeb2388947080bf130e2fcb7da283d91895e3ae63a
parenteae1b91fea74842000fc055afc74fe2e7934c6ee
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 #844)
runtime/doc/index.txt
runtime/doc/various.txt
src/ex_cmdidxs.h
src/ex_cmds.h
src/ex_docmd.c
src/globals.h
src/os_unix.c
src/proto/os_unix.pro
src/testdir/test_paste.vim
src/version.c