view src/testdir/gui_init.vim @ 16025:1aed002ab9bc

Added tag v8.1.1017 for changeset 7fd3a9eaeedb7f7fbf173682f27bb50d47880c4c
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Mar 2019 17:30:15 +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