Skip to content

Commit 76f0251

Browse files
authored
Merge pull request #353 from trayo/patch-2
fix typo
2 parents e4d71c7 + ffbc178 commit 76f0251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/vital/_easymotion/HitAHint/Motion.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ endfunction
5252
" - https://groups.google.com/forum/#!searchin/vim_dev/matchadd$20conceal/vim_dev/8bKa98GhHdk/VOzIBhd1m8YJ
5353
let s:can_preserve_syntax = s:has_patch(7, 4, 792)
5454

55-
" s:move() moves cursor over/accross window with Hit-A-Hint feature like
55+
" s:move() moves cursor over/across window with Hit-A-Hint feature like
5656
" vim-easymotion
5757
" @param {dict} config
5858
function! s:move(pattern, ...) abort

0 commit comments

Comments
 (0)