mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
Problem: Getting font name does not work on X11. Solution: Implement gui_mch_get_fontname() for X11. Add more GUI tests. (Kazunobu Kuriyama)
7 lines
157 B
VimL
7 lines
157 B
VimL
" gvimrc for test_gui_init.vim
|
|
|
|
if has('gui_athena') || has('gui_motif') || has('gui_gtk2') || has('gui_gtk3')
|
|
set guiheadroom=0
|
|
set guioptions+=p
|
|
endif
|