mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-11 16:26:58 +00:00
Fix typo.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user