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

Fix to issue where repeat sometimes does not work if executed immediately after an undo #66

Open svermeulen opened 5 years ago

svermeulen commented 5 years ago

As discussed in #63

svermeulen commented 4 years ago

Ran into this bug again except this time with the vim-macrobatics plugin. Is there any concerns with this PR @tpope ?

justinmk commented 4 years ago

seems relatd to https://github.com/tpope/vim-repeat/commit/193f4866df114390459739934506b8a0e5ca4ab0

which was later followed by https://github.com/tpope/vim-repeat/pull/39