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

remove trailing spaces in remaps #42

Closed Konfekt closed 9 years ago

Konfekt commented 9 years ago

Vim interprets nmap <key> <mapping> as nmap <key> <mapping><space>. Here we do not want this and put | directly after <mapping>.