view src/testdir/gui_init.vim @ 13410:c571356c65bd v8.0.1579

patch 8.0.1579: virtual replace test fails in GUI commit https://github.com/vim/vim/commit/df0d24b62742edd3ea73795b96a771501e642970 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 6 14:22:58 2018 +0100 patch 8.0.1579: virtual replace test fails in GUI Problem: Virtual replace test fails in GUI. Solution: Don't save key options if they were not set.
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Mar 2018 14:30:05 +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