commit | d4aa83af1d691fdabbc8e6aab36db2c96ea4d4b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 09 18:59:31 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 09 18:59:31 2019 +0200 |
tree | b2388947080bf130e2fcb7da283d91895e3ae63a | |
parent | eae1b91fea74842000fc055afc74fe2e7934c6ee [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 3b9ef32..ea04ff9 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1307, +/**/ 1306, /**/ 1305,