# HG changeset patch # User Sami Haahtinen # Date 1447573860 -7200 # Node ID 54b20efc98a799b4a2cf2d92f989722af5cc21d3 # Parent db3707cbd8706f4bb054959ecc5cee82ac45687b Fix color_name to g:color_name instead This causes vim to properly reload the correct theme when needed. Fixes issue #22 diff -r db3707cbd870 -r 54b20efc98a7 colors/badwolf.vim --- a/colors/badwolf.vim Fri Jul 19 20:55:06 2013 -0400 +++ b/colors/badwolf.vim Sun Nov 15 09:51:00 2015 +0200 @@ -41,7 +41,7 @@ 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