yankround.vim のバグ?
#tips
https://gyazo.com/640d1f234dc15b5d5319decc77f85838
github で検索してみた
https://github.com/masalennon/dotfiles/blob/1a54dda98f7999926b5ad7cc6b18623db5d2496b/.config/dein/.cache/filetype.vim/.dein/autoload/yankround.vim#L46-L48
code:vim
function! s:Rounder.is_cursormoved() "{{{
return getpos('.')!=s:rounder.pos
endfunction
s:rounder.pos
じゃなくて、
self.pos
のほうが良いのかも?