Handling 'y' repeat
This commit is contained in:
parent
1cf3f96f3c
commit
7faff893e2
@ -1321,7 +1321,8 @@ function! s:EasyMotion(regexp, direction, visualmode, is_exclusive, ...) " {{{
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
" Set tpope/vim-repeat
|
" Set tpope/vim-repeat
|
||||||
if s:current.is_operator == 1
|
if s:current.is_operator == 1 &&
|
||||||
|
\ !(v:operator ==# 'y' && match(&cpo, 'y') == -1)
|
||||||
silent! call repeat#set("\<Plug>(easymotion-dotrepeat)")
|
silent! call repeat#set("\<Plug>(easymotion-dotrepeat)")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user