0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00
Files
vim/src/testdir/gui_init.vim

6 lines
137 B
VimL
Raw Normal View History

" gvimrc for test_gui_init.vim
if has('gui_athena') || has('gui_motif') || has('gui_gtk2') || has('gui_gtk3')
set guiheadroom=0
endif