Skip to content

Commit

Permalink
Made change to Contract Vampirism
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro authored and Alessandro committed Feb 20, 2016
1 parent a77ec9a commit 266d799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/alduin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ end
if g:alduin_Contract_Vampirism
let hour = strftime("%H")
" 7am - 5pm alduin default mode
if 0 <= hour && hour < 17
if 7 <= hour && hour < 17
let g:alduin_Shout_Become_Ethereal = 0
" 5pm - 7am Become Ethereal
else
Expand Down

0 comments on commit 266d799

Please sign in to comment.