diff --git a/ginit.vim b/ginit.vim index a251967..341d8ca 100644 --- a/ginit.vim +++ b/ginit.vim @@ -1,6 +1,6 @@ if exists(':GuiFont') if platform#is_windows() - GuiFont Consolas:h9 + GuiFont! Consolas:h9 else GuiFont Source\ Code\ Pro:h9 endif