view src/testdir/gui_init.vim @ 19803:71911b1dc3f9 v8.2.0458

patch 8.2.0458: missing feature check in test function Commit: https://github.com/vim/vim/commit/bea9023d4260349c130faf447aa8d4cbadeffab2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 26 22:09:52 2020 +0100 patch 8.2.0458: missing feature check in test function Problem: Missing feature check in test function. Solution: Add check commands.
author Bram Moolenaar <Bram@vim.org>
date Thu, 26 Mar 2020 22:15:04 +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