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

source corruption? #30

Closed nilsbecker closed 9 years ago

nilsbecker commented 9 years ago

there seems to be something funny in the source, inside the angled brackets. search for lt or Lt

tpope commented 9 years ago

All I see is stuff like

nnoremap <silent> <C-R> :<C-U>call repeat#wrap("\<Lt>C-R>",v:count)<CR>

which isn't corrupt at all.

nilsbecker commented 9 years ago

sorry, i thought "\<Lt>C-R>" is actually wrong. it looked like unbalanced brackets. just forget it then