Skip to content

Commit 667a668

Browse files
committed
Merge pull request easymotion#34 from Layzie/master
Fix EasyMotion#InitHL error.
2 parents afd0e42 + 06826d7 commit 667a668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/EasyMotion.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
augroup EasyMotionInitHL
4444
autocmd!
4545

46-
autocmd ColorScheme * call EasyMotion#InitHL(s:hl_group_target, s:target_hl_defaults)
47-
autocmd ColorScheme * call EasyMotion#InitHL(s:hl_group_shade, s:shade_hl_defaults)
46+
autocmd ColorScheme * call EasyMotion#InitHL(g:EasyMotion_hl_group_target, s:target_hl_defaults)
47+
autocmd ColorScheme * call EasyMotion#InitHL(g:EasyMotion_hl_group_shade, s:shade_hl_defaults)
4848
augroup end
4949
" }}}
5050
" }}}

0 commit comments

Comments
 (0)