fix #181: Next and Prev jumps automatically expand folds

This commit is contained in:
z0rch 2014-09-27 17:33:38 +02:00
parent 44499bae25
commit 9f1cbd1255

View File

@ -351,6 +351,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