summaryrefslogtreecommitdiffstats
path: root/src/testdir/gui_init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/gui_init.vim')
-rw-r--r--src/testdir/gui_init.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/gui_init.vim b/src/testdir/gui_init.vim
index 42b2bca7fe..4fa6cbc77a 100644
--- a/src/testdir/gui_init.vim
+++ b/src/testdir/gui_init.vim
@@ -1,6 +1,6 @@
" gvimrc for test_gui_init.vim
-if has('gui_athena') || has('gui_motif') || has('gui_gtk2') || has('gui_gtk3')
+if has('gui_motif') || has('gui_gtk2') || has('gui_gtk3')
set guiheadroom=0
set guioptions+=p
endif