mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
8be2fbb670
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
|