We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9150594 commit dbe2813Copy full SHA for dbe2813
1 file changed
gui.vim
@@ -11,7 +11,9 @@ set mousefocus
11
set mousemodel=extend
12
13
" Set font.
14
-GuiFont Inconsolata-g for Powerline:h12
+if exists('GuiFont')
15
+ GuiFont Inconsolata-g for Powerline:h12
16
+endif
17
18
" Set color scheme and vim-airline theme dynamically.
19
let g:zenburn_high_Contrast = 1
0 commit comments