Skip to content

Commit eba4cf1

Browse files
committed
Update ginit.vim
1 parent ff69a51 commit eba4cf1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ginit.vim

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
" Linux
2-
:Guifont Inconsolata:h16
2+
if has('win32') || has('win64')
3+
:GuiFont! Consolas:h15
4+
else
5+
:Guifont Inconsolata:h16
6+
endif
37

48
"Maximized
59
call GuiWindowMaximized(1)
610

711
" Make popup nice on Windows
8-
GuiPopupmenu 0
12+
GuiPopupmenu 0

0 commit comments

Comments
 (0)