Skip to content

Commit

Permalink
Merge pull request #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
sjl committed Dec 7, 2015
2 parents ae7ec52 + 29558a0 commit 8bb978c
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 8bb978c

Please sign in to comment.