Skip to content

Commit

Permalink
Merge pull request sjl#24 from ressu/fix-22
Browse files Browse the repository at this point in the history
Fix colors_name to g:colors_name instead
  • Loading branch information
solomonxie authored and Steve Losh committed Dec 7, 2015
2 parents 059710a + 2b163ee commit 59eeffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/badwolf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59eeffc

Please sign in to comment.