view src/testdir/gui_init.vim @ 19881:b7cb48d00aa9

Added tag v8.2.0496 for changeset 50fa63ca38282c14ab5e56910faf56011f15933a
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Apr 2020 14:00:07 +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