Skip to content

Commit

Permalink
Update neovim-gui-shim
Browse files Browse the repository at this point in the history
  • Loading branch information
equalsraf committed Apr 19, 2016
2 parents c891e3e + e09c476 commit cec1120
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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*
Expand Down

0 comments on commit cec1120

Please sign in to comment.