mirror of
https://github.com/vim/vim.git
synced 2025-12-23 12:15:17 +01:00
7 lines
136 B
VimL
7 lines
136 B
VimL
" gvimrc for test_gui_init.vim
|
|
|
|
if has('gui_motif') || has('gui_gtk2') || has('gui_gtk3')
|
|
set guiheadroom=0
|
|
set guioptions+=p
|
|
endif
|