Skip to content

Commit

Permalink
Merge pull request #34 from Layzie/master
Browse files Browse the repository at this point in the history
Fix EasyMotion#InitHL error.
  • Loading branch information
Lokaltog committed Nov 7, 2011
2 parents afd0e42 + 06826d7 commit 667a668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/EasyMotion.vim
Expand Up @@ -43,8 +43,8 @@
augroup EasyMotionInitHL
autocmd!

autocmd ColorScheme * call EasyMotion#InitHL(s:hl_group_target, s:target_hl_defaults)
autocmd ColorScheme * call EasyMotion#InitHL(s:hl_group_shade, s:shade_hl_defaults)
autocmd ColorScheme * call EasyMotion#InitHL(g:EasyMotion_hl_group_target, s:target_hl_defaults)
autocmd ColorScheme * call EasyMotion#InitHL(g:EasyMotion_hl_group_shade, s:shade_hl_defaults)
augroup end
" }}}
" }}}
Expand Down

0 comments on commit 667a668

Please sign in to comment.