view src/testdir/gui_init.vim @ 18271:b506809f5d38 v8.1.2130

patch 8.1.2130: MSVC build fails Commit: https://github.com/vim/vim/commit/073e779640d089445c7289393db94d1ceb4ddb17 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 10 13:39:08 2019 +0200 patch 8.1.2130: MSVC build fails Problem: MSVC build fails. Solution: Add the source file name explicitly.
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Oct 2019 13:45:04 +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