Skip to content

Commit e620d9d

Browse files
demoknamix
authored andcommitted
Fix guifont config format in gtk2 & linux, see also #436 (#511)
1 parent 538ee9c commit e620d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vimrcs/extended.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ if has("mac") || has("macunix")
1414
elseif has("win16") || has("win32")
1515
set gfn=IBM\ Plex\ Mono:h14,Source\ Code\ Pro:h12,Bitstream\ Vera\ Sans\ Mono:h11
1616
elseif has("gui_gtk2")
17-
set gfn=IBM\ Plex\ Mono:h14,:Hack\ 14,Source\ Code\ Pro\ 12,Bitstream\ Vera\ Sans\ Mono\ 11
17+
set gfn=IBM\ Plex\ Mono\ 14,:Hack\ 14,Source\ Code\ Pro\ 12,Bitstream\ Vera\ Sans\ Mono\ 11
1818
elseif has("linux")
19-
set gfn=IBM\ Plex\ Mono:h14,:Hack\ 14,Source\ Code\ Pro\ 12,Bitstream\ Vera\ Sans\ Mono\ 11
19+
set gfn=IBM\ Plex\ Mono\ 14,:Hack\ 14,Source\ Code\ Pro\ 12,Bitstream\ Vera\ Sans\ Mono\ 11
2020
elseif has("unix")
2121
set gfn=Monospace\ 11
2222
endif

0 commit comments

Comments
 (0)