fix: get fallback setting for "style" (#8)

fix #7
This commit is contained in:
Ya Zhuang 2016-12-03 03:59:55 +08:00 committed by Ike Ku
parent 3aa5d04ae6
commit 3b0544b26a

View File

@ -5,7 +5,7 @@ if exists("syntax_on")
syntax reset
endif
let s:style = g:ayucolor
let s:style = get(g:, 'ayucolor', 'dark')
let g:colors_name = "ayu"
"}}}