This commit is contained in:
haya14busa 2014-01-19 21:21:57 +09:00
parent 99b6d953ab
commit bd04f3dad4

View File

@ -1316,7 +1316,7 @@ function! s:EasyMotion(regexp, direction, visualmode, is_exclusive, ...) " {{{
normal! v
endif " }}}
" Adjuast screen for visual scroll {{{
" Adjust screen for visual scroll {{{
if ! empty(a:visualmode)
keepjumps call cursor(win_first_line, 0)
normal! zt