Fix condition for CSApprox

This commit is contained in:
haya14busa 2014-02-07 16:45:11 +09:00
parent ff5567fc7e
commit b82626f614

View File

@ -135,7 +135,7 @@ function! EasyMotion#highlight#init() "{{{
call EasyMotion#highlight#InitHL(g:EasyMotion_hl_inc_search, s:target_hl_inc)
call EasyMotion#highlight#InitHL(g:EasyMotion_hl_inc_cursor, s:target_hl_inc_cursor)
call EasyMotion#highlight#InitHL(g:EasyMotion_hl_move, s:target_hl_move)
if exists('g:CSApprox_loaded')
if exists(':CSApprox') == 2
CSApprox!
endif
endfunction "}}}