blockchainian 2 weeks ago committed by GitHub
commit f9bc02eee8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -366,6 +366,8 @@ function! s:get_color(attr, ...)
let code = synIDattr(synIDtrans(hlID(group)), a:attr, fam)
if code =~? pat
return code
elseif code == ''
return -1
endif
endfor
return ''

Loading…
Cancel
Save