mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-08 11:03:48 -05:00
Merge pull request #24 from ressu/fix-22
Fix colors_name to g:colors_name instead
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