tpope / vim-repeat

repeat.vim: enable repeating supported plugin maps with "."
http://www.vim.org/scripts/script.php?script_id=2136
2.58k stars 81 forks source link

`.` could not repeat #64

Closed MahbubAlam231 closed 6 years ago

MahbubAlam231 commented 6 years ago

I performed the operation-- ysiw" I then went to another word and pressed . , it did not repeat, it performed ysiw and waited for me to to press " It happened with all other similar operations. What's wrong?

ironhouzi commented 6 years ago

I've been experiencing similar issues. Can I ask what version of Vim you're using?

tpope commented 6 years ago

You two have repeat.vim installed, correct?

ironhouzi commented 6 years ago

Yes, it's an issue of #59 for me.

MahbubAlam231 commented 6 years ago

Yes, I have repeat.vim installed. My Vim version is-- 7.4

tpope commented 6 years ago

That was a dumb question on my part, thought this was the surround repo. @MahbubAlam231 does #59 fit for you too?

MahbubAlam231 commented 6 years ago

Yes, #59 fit for me too, though I can't tell if TextChanged event is the only one causing the problem.

tpope commented 6 years ago

Closing as a dupe of #59 then.