annotate src/testdir/gui_init.vim @ 11017:da1cbfa57265

Added tag v8.0.0397 for changeset 4e7308525fe723c6f959e2db8e880610c8aee63a
author Christian Brabandt <cb@256bit.org>
date Wed, 01 Mar 2017 20:45:06 +0100
parents 4e2cdce4576c
children d8a550329a97
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10944
4e2cdce4576c patch 8.0.0361: GUI initialisation is not sufficiently tested
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
1 " gvimrc for test_gui_init.vim
4e2cdce4576c patch 8.0.0361: GUI initialisation is not sufficiently tested
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
2
4e2cdce4576c patch 8.0.0361: GUI initialisation is not sufficiently tested
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
3 if has('gui_athena') || has('gui_motif') || has('gui_gtk2') || has('gui_gtk3')
4e2cdce4576c patch 8.0.0361: GUI initialisation is not sufficiently tested
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
4 set guiheadroom=0
4e2cdce4576c patch 8.0.0361: GUI initialisation is not sufficiently tested
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
5 endif