Fix color_name to g:color_name instead

This causes vim to properly reload the correct theme when needed.

Fixes issue #22
This commit is contained in:
Sami Haahtinen
2015-11-15 09:51:00 +02:00
parent e6fdf1844a
commit 29558a0eff

View File

@@ -41,7 +41,7 @@ if exists("syntax_on")
syntax reset
endif
let colors_name = "badwolf"
let g:colors_name = "badwolf"
if !exists("g:badwolf_html_link_underline") " {{{
let g:badwolf_html_link_underline = 1