Fix typo.

This commit is contained in:
Lifepillar
2016-05-16 10:30:03 +02:00
parent 03815c38f2
commit e7c4b57fd6

View File

@@ -268,7 +268,7 @@ else
endif
call s:put('endif')
if g:solarized_contrast == "lifepillar"
call s:put("hi! StatusLineNC" .s:fg_base02 .s:bg_base01 s:fmt_revbb)
call s:put("hi! StatusLineNC" . s:fg_base02 . s:bg_base01 . s:fmt_revbb)
else
" Changed by Lifepillar: lighter colors for disabled status line
if g:solarized_background == "dark"