Merge pull request #353 from trayo/patch-2

fix typo
This commit is contained in:
haya14busa 2017-10-20 14:43:11 +09:00 committed by GitHub
commit 76f0251c53

View File

@ -52,7 +52,7 @@ endfunction
" - https://groups.google.com/forum/#!searchin/vim_dev/matchadd$20conceal/vim_dev/8bKa98GhHdk/VOzIBhd1m8YJ " - https://groups.google.com/forum/#!searchin/vim_dev/matchadd$20conceal/vim_dev/8bKa98GhHdk/VOzIBhd1m8YJ
let s:can_preserve_syntax = s:has_patch(7, 4, 792) let s:can_preserve_syntax = s:has_patch(7, 4, 792)
" s:move() moves cursor over/accross window with Hit-A-Hint feature like " s:move() moves cursor over/across window with Hit-A-Hint feature like
" vim-easymotion " vim-easymotion
" @param {dict} config " @param {dict} config
function! s:move(pattern, ...) abort function! s:move(pattern, ...) abort