tpope / vim-repeat

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

Revert order of feedkeys calls to fix counts #46

Closed wellle closed 9 years ago

wellle commented 9 years ago

Since we are using the i flag, the feedkeys calls insert the keys instead of appending. That's why we need to insert the second part of the command before inserting the first part in front of it.

Close #45.