mirror of
https://github.com/vim/vim.git
synced 2026-02-10 20:26:43 +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
|