Cade-Forester
Results
1
comments of
Cade-Forester
Steps to reproduce. - Create file /tmp/test.vim: ``` vim set runtimepath+=~/.vim/bundle/vim-repeat set columns=40 function! Test____________________________________ () normal! dd silent! call repeat#set( ":call Test____________________________________()\n", v:count ) endfunction nnoremap dd :call Test____________________________________()...