view src/testdir/gui_init.vim @ 25439:01feec4a221d v8.2.3256

patch 8.2.3256: executable test may fail on new Ubuntu system Commit: https://github.com/vim/vim/commit/bf634a0a8b64fda2e53d3e2254fe0ffdc3d67196 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 31 17:20:04 2021 +0200 patch 8.2.3256: executable test may fail on new Ubuntu system Problem: Executable test may fail on new Ubuntu system. Solution: Consider /usr/bin/cat and /bin/cat the same.
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Jul 2021 17:30: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