We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3601940 + 4b2dafc commit 1f504adCopy full SHA for 1f504ad
vimrcs/extended.vim
@@ -13,8 +13,10 @@ if has("mac") || has("macunix")
13
set gfn=Hack:h14,Source\ Code\ Pro:h15,Menlo:h15
14
elseif has("win16") || has("win32")
15
set gfn=Hack:h14,Source\ Code\ Pro:h12,Bitstream\ Vera\ Sans\ Mono:h11
16
+elseif has("gui_gtk2")
17
+ set gfn=Hack\ 14,Source\ Code\ Pro\ 12,Bitstream\ Vera\ Sans\ Mono\ 11
18
elseif has("linux")
- set gfn=Hack:h14,Source\ Code\ Pro:h12,Bitstream\ Vera\ Sans\ Mono:h11
19
20
elseif has("unix")
21
set gfn=Monospace\ 11
22
endif
0 commit comments