mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
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
|