summaryrefslogtreecommitdiffstats
path: root/runtime/doc/index.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-09 18:59:31 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-09 18:59:31 +0200
commitd4aa83af1d691fdabbc8e6aab36db2c96ea4d4b6 (patch)
treeb2388947080bf130e2fcb7da283d91895e3ae63a /runtime/doc/index.txt
parenteae1b91fea74842000fc055afc74fe2e7934c6ee (diff)
patch 8.1.1307: cannot reconnect to the X server after it restartedv8.1.1307
Problem: Cannot reconnect to the X server after it restarted. Solution: Add the :xrestore command. (Adrian Kocis, closes #844)
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r--runtime/doc/index.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
index 792a71569e..8437f2410b 100644
--- a/runtime/doc/index.txt
+++ b/runtime/doc/index.txt
@@ -1714,6 +1714,7 @@ tag command action ~
|:xmapclear| :xmapc[lear] remove all mappings for Visual mode
|:xmap| :xm[ap] like ":map" but for Visual mode
|:xmenu| :xme[nu] add menu for Visual mode
+|:xrestore| :xr[estore] restores the X server connection
|:xnoremap| :xn[oremap] like ":noremap" but for Visual mode
|:xnoremenu| :xnoreme[nu] like ":noremenu" but for Visual mode
|:xunmap| :xu[nmap] like ":unmap" but for Visual mode