view src/testdir/gui_init.vim @ 14683:c833cf17a4b1 v8.1.0354

patch 8.1.0354: packadd test fails on MS-Windows commit https://github.com/vim/vim/commit/53c8a478cc4265549597b00214e0da812154742e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 8 19:12:12 2018 +0200 patch 8.1.0354: packadd test fails on MS-Windows Problem: Packadd test fails on MS-Windows. Solution: Ignore difference between forward and backward slashes.
author Christian Brabandt <cb@256bit.org>
date Sat, 08 Sep 2018 19:15:05 +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