Skip to content

Commit 1f504ad

Browse files
author
Amir Salihefendic
committed
Merge pull request amix#148 from MagiCarbon/patch-1
the font name setting for the GTK+ 2 GUI.
2 parents 3601940 + 4b2dafc commit 1f504ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vimrcs/extended.vim

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ if has("mac") || has("macunix")
1313
set gfn=Hack:h14,Source\ Code\ Pro:h15,Menlo:h15
1414
elseif has("win16") || has("win32")
1515
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
1618
elseif has("linux")
17-
set gfn=Hack:h14,Source\ Code\ Pro:h12,Bitstream\ Vera\ Sans\ Mono:h11
19+
set gfn=Hack\ 14,Source\ Code\ Pro\ 12,Bitstream\ Vera\ Sans\ Mono\ 11
1820
elseif has("unix")
1921
set gfn=Monospace\ 11
2022
endif

0 commit comments

Comments
 (0)