Merge pull request #182 from z0rch/master

fix #181: Next and Prev jumps automatically expand folds
This commit is contained in:
haya14busa 2014-09-29 00:46:10 +09:00
commit 868cd71710

View File

@ -352,6 +352,8 @@ function! EasyMotion#NextPrevious(visualmode, direction) " {{{
keepjumps call searchpos(re, search_direction)
endfor
normal! zv
call EasyMotion#reset()
" -- Activate EasyMotion ----------------- {{{
let s:EasyMotion_is_active = 1