Skip to content

Commit

Permalink
Fix highlight for updating easymotion
Browse files Browse the repository at this point in the history
close #3
  • Loading branch information
haya14busa committed Feb 10, 2014
1 parent 19dc60d commit a87821d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/easyoperator/phrase.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"=============================================================================
" FILE: plugin/easyoperator/phrase.vim
" AUTHOR: haya14busa
" Last Change: 31 Jan 2014.
" Last Change: 10 Feb 2014.
" License: MIT license {{{
" Permission is hereby granted, free of charge, to any person obtaining
" a copy of this software and associated documentation files (the
Expand Down Expand Up @@ -79,7 +79,7 @@ let s:shade_hl_first_pos = {

let g:EasyOperator_phrase_first = get(g:,
\ 'EasyOperator_phrase_first', 'EasyOperatorFirstPhrase')
call EasyMotion#init#InitHL(g:EasyOperator_phrase_first,
call EasyMotion#highlight#InitHL(g:EasyOperator_phrase_first,
\ s:shade_hl_first_pos)

" Restore 'cpoptions' {{{
Expand Down

0 comments on commit a87821d

Please sign in to comment.