diff --git a/autoload/EasyMotion.vim b/autoload/EasyMotion.vim index 1f11f57..e4ec233 100644 --- a/autoload/EasyMotion.vim +++ b/autoload/EasyMotion.vim @@ -322,8 +322,8 @@ function! EasyMotion#DotRepeat(visualmode) " {{{ let is_exclusive = s:previous.is_exclusive let s:current.is_operator = 1 let s:flag.within_line = s:previous.line_flag - let s:flag.dot_repeat = 1 for cnt in range(v:count1) + let s:flag.dot_repeat = 1 " s:EasyMotion() always call reset silent call s:EasyMotion(re, direction, 0, is_exclusive) endfor endfunction " }}} diff --git a/t/easymotion_spec.vim b/t/easymotion_spec.vim index f123d2a..ade178f 100644 --- a/t/easymotion_spec.vim +++ b/t/easymotion_spec.vim @@ -919,7 +919,7 @@ describe 'g:EasyMotion_smartsign' map T (easymotion-T) call EasyMotion#init() call AddLine('poHe huga Hiyo hoyo: poyo();') - 1234567890123456789012345678 + " 1234567890123456789012345678 normal! gg0 let g:EasyMotion_smartcase = 1 let g:EasyMotion_use_smartsign_us = 1