view src/testdir/gui_init.vim @ 13441:16773ccde7fe

Added tag v8.0.1594 for changeset 22439cdda382450ca3fd3aa4f4332e41e801e627
author Christian Brabandt <cb@256bit.org>
date Sat, 10 Mar 2018 21:00:08 +0100
parents d8a550329a97
children 9849df834f1d
line wrap: on
line source

" gvimrc for test_gui_init.vim

if has('gui_athena') || has('gui_motif') || has('gui_gtk2') || has('gui_gtk3')
  set guiheadroom=0
  set guioptions+=p
endif