mirror of
https://github.com/preservim/vim-thematic.git
synced 2025-11-10 10:53:50 -05:00
@@ -164,7 +164,12 @@ function! thematic#gui#setFont(th) abort
|
|||||||
let l:fs = thematic#getThemeValue(a:th, 'font-size', -1)
|
let l:fs = thematic#getThemeValue(a:th, 'font-size', -1)
|
||||||
|
|
||||||
" TODO support list of typefaces with most desired as first in list
|
" TODO support list of typefaces with most desired as first in list
|
||||||
|
if l:tf == '' || l:fs == '-1'
|
||||||
|
let l:gf = ''
|
||||||
|
else
|
||||||
let l:gf = s:composeGuifontString(l:tf, l:fs)
|
let l:gf = s:composeGuifontString(l:tf, l:fs)
|
||||||
|
endif
|
||||||
|
|
||||||
if l:gf != ''
|
if l:gf != ''
|
||||||
call s:setGuifont(l:gf)
|
call s:setGuifont(l:gf)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user