# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1449505076 0
# Node ID bd56b86c54032b62dd4f755ab4c564c18da0b67f
# Parent  757881dea1c858b6b65008cdabde3f214dfbde78# Parent  54b20efc98a799b4a2cf2d92f989722af5cc21d3
Merge pull request #24 from ressu/fix-22

Fix colors_name to g:colors_name instead

diff -r 757881dea1c8 -r bd56b86c5403 colors/badwolf.vim
--- a/colors/badwolf.vim	Mon Dec 07 16:17:06 2015 +0000
+++ b/colors/badwolf.vim	Mon Dec 07 16:17:56 2015 +0000
@@ -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