fix #181: Next and Prev jumps automatically expand folds
This commit is contained in:
parent
44499bae25
commit
9f1cbd1255
@ -351,6 +351,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