From e09c47610db85c8943bf0096dc9b29afaa9eafce Mon Sep 17 00:00:00 2001 From: Rui Abreu Ferreira Date: Tue, 19 Apr 2016 16:35:40 +0100 Subject: [PATCH] Squashed 'src/gui/runtime/' changes from 1ab0f6a..87b3a8b 87b3a8b Rename doc file and clean typo git-subtree-dir: src/gui/runtime git-subtree-split: 87b3a8b46d0eb03f9114a85bafad877cb88bdea0 --- doc/{nvim_gui_shim.txt => neovim_gui_shim.txt} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename doc/{nvim_gui_shim.txt => neovim_gui_shim.txt} (96%) diff --git a/doc/nvim_gui_shim.txt b/doc/neovim_gui_shim.txt similarity index 96% rename from doc/nvim_gui_shim.txt rename to doc/neovim_gui_shim.txt index fcbfcba48..57ab89c40 100644 --- a/doc/nvim_gui_shim.txt +++ b/doc/neovim_gui_shim.txt @@ -1,5 +1,5 @@ -*nvim_gui_shim.txt* A helper plugin for Neovim GUIs -*nvim_gui_shim* +*neovim_gui_shim.txt* A helper plugin for Neovim GUIs +*neovim-gui-shim* In Neovim the GUI is an external process that communicates with the Neovim process using the |msgpack-rpc-api|. This separation means the GUI is just a @@ -46,7 +46,7 @@ the shim has loaded. For example to set the GUI font on startup > The GUI is expected to set certain variables about its current state, however you are encouraged to be defensive about using the following variables. -Settings the values of these variables has no effect on the GUI (i.e. only the +Setting the values of these variables has no effect on the GUI (i.e. only the GUI should set them). *g:GuiWindowMaximized*