comparison runtime/doc/index.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
1712 |:xit| :x[it] write if buffer changed and quit window or Vim 1712 |:xit| :x[it] write if buffer changed and quit window or Vim
1713 |:xall| :xa[ll] same as ":wqall" 1713 |:xall| :xa[ll] same as ":wqall"
1714 |:xmapclear| :xmapc[lear] remove all mappings for Visual mode 1714 |:xmapclear| :xmapc[lear] remove all mappings for Visual mode
1715 |:xmap| :xm[ap] like ":map" but for Visual mode 1715 |:xmap| :xm[ap] like ":map" but for Visual mode
1716 |:xmenu| :xme[nu] add menu for Visual mode 1716 |:xmenu| :xme[nu] add menu for Visual mode
1717 |:xrestore| :xr[estore] restores the X server connection
1717 |:xnoremap| :xn[oremap] like ":noremap" but for Visual mode 1718 |:xnoremap| :xn[oremap] like ":noremap" but for Visual mode
1718 |:xnoremenu| :xnoreme[nu] like ":noremenu" but for Visual mode 1719 |:xnoremenu| :xnoreme[nu] like ":noremenu" but for Visual mode
1719 |:xunmap| :xu[nmap] like ":unmap" but for Visual mode 1720 |:xunmap| :xu[nmap] like ":unmap" but for Visual mode
1720 |:xunmenu| :xunme[nu] remove menu for Visual mode 1721 |:xunmenu| :xunme[nu] remove menu for Visual mode
1721 |:yank| :y[ank] yank lines into a register 1722 |:yank| :y[ank] yank lines into a register