From bd04f3dad497ea3abd7927246847c048868d9d95 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sun, 19 Jan 2014 21:21:57 +0900 Subject: [PATCH] Fix typo --- autoload/EasyMotion.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/EasyMotion.vim b/autoload/EasyMotion.vim index 2302f03..f915f37 100644 --- a/autoload/EasyMotion.vim +++ b/autoload/EasyMotion.vim @@ -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