Merge pull request #182 from z0rch/master
fix #181: Next and Prev jumps automatically expand folds
This commit is contained in:
commit
868cd71710
@ -352,6 +352,8 @@ function! EasyMotion#NextPrevious(visualmode, direction) " {{{
|
|||||||
keepjumps call searchpos(re, search_direction)
|
keepjumps call searchpos(re, search_direction)
|
||||||
endfor
|
endfor
|
||||||
|
|
||||||
|
normal! zv
|
||||||
|
|
||||||
call EasyMotion#reset()
|
call EasyMotion#reset()
|
||||||
" -- Activate EasyMotion ----------------- {{{
|
" -- Activate EasyMotion ----------------- {{{
|
||||||
let s:EasyMotion_is_active = 1
|
let s:EasyMotion_is_active = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user