forked from aniani/vim
Problem: GUI initialisation is not sufficiently tested. Solution: Add the gui_init test. (Kazuki Kuriyama)
6 lines
137 B
VimL
6 lines
137 B
VimL
" gvimrc for test_gui_init.vim
|
|
|
|
if has('gui_athena') || has('gui_motif') || has('gui_gtk2') || has('gui_gtk3')
|
|
set guiheadroom=0
|
|
endif
|