Skip to content

Commit

Permalink
Make example with GuiLoaded actually useful.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiasko authored and equalsraf committed Jul 19, 2017
1 parent 527b157 commit 96aa77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/runtime/doc/nvim_gui_shim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GuiLinespace When called with no arguments this command displays the
g:GuiLoaded is set when this plugin loads. Use it in |ginit.vim| to make sure
the shim has loaded. For example to set the GUI font on startup >
if !exists('g:GuiLoaded')
if exists('g:GuiLoaded')
Guifont DejaVu Sans Mono:h15
endif
Expand Down

0 comments on commit 96aa77d

Please sign in to comment.