view src/testdir/gui_init.vim @ 12693:78f24b9d1ceb

Added tag v8.0.1224 for changeset 03a6aeea20965932e4e2e6cc4402d4eca193c1fa
author Christian Brabandt <cb@256bit.org>
date Fri, 27 Oct 2017 01:00:06 +0200
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