view src/testdir/gui_init.vim @ 30670:069c5155439b

Added tag v9.0.0669 for changeset de319bf98a399076d5beba1e00af52cc29a296dd
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Oct 2022 23:00:04 +0200
parents 9849df834f1d
children
line wrap: on
line source

" gvimrc for test_gui_init.vim

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