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

Fix invalidate() being overridden by autocmd #35

Closed wilywampa closed 9 years ago

wilywampa commented 9 years ago

If repeat#invalidate() is called immediately after repeat#set(), g:repeat_tick is set by the autocmd as soon as the cursor moves which defeats the purpose of invalidate().