Skip to content

Commit

Permalink
set scheme name correctly so reload works
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacrelf committed Oct 16, 2018
1 parent 68ac082 commit 8a802a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/github.vim
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"

set background=light
let colors_name = "github"
hi clear
if exists("syntax_on")
syntax reset
endif
let colors_name = "github"

if !exists("g:github_colors_extra_functions")
let g:github_colors_extra_functions = 1
Expand Down

0 comments on commit 8a802a8

Please sign in to comment.