comparison src/ex_docmd.c @ 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 bcc343175103
children b52ea9c5f1db
comparison
equal deleted inserted replaced
16607:5c5a7f945ade 16608:0422b14bce58
391 #ifndef FEAT_PROFILE 391 #ifndef FEAT_PROFILE
392 # define ex_profile ex_ni 392 # define ex_profile ex_ni
393 #endif 393 #endif
394 #ifndef FEAT_TERMINAL 394 #ifndef FEAT_TERMINAL
395 # define ex_terminal ex_ni 395 # define ex_terminal ex_ni
396 #endif
397 #if !defined(FEAT_X11) || !defined(FEAT_XCLIPBOARD)
398 # define ex_xrestore ex_ni
396 #endif 399 #endif
397 400
398 /* 401 /*
399 * Declare cmdnames[]. 402 * Declare cmdnames[].
400 */ 403 */