Fix condition for CSApprox
This commit is contained in:
parent
ff5567fc7e
commit
b82626f614
@ -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 "}}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user