mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-14 05:53:48 -05:00
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:
@@ -41,7 +41,7 @@ if exists("syntax_on")
|
|||||||
syntax reset
|
syntax reset
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let colors_name = "badwolf"
|
let g:colors_name = "badwolf"
|
||||||
|
|
||||||
if !exists("g:badwolf_html_link_underline") " {{{
|
if !exists("g:badwolf_html_link_underline") " {{{
|
||||||
let g:badwolf_html_link_underline = 1
|
let g:badwolf_html_link_underline = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user