tpope.vim-repeat/autoload
Andrew Radev fc4d0c8804 Go back to using feedkeys()
Since there seems to be a bug with "norm" in Vim prior to 7.3.100,
better go back to using feedkeys.

The repeat call can still be remapped by using something like:

  nnoremap . :call repeat#run(v:count)<bar>call feedkeys('`.', 'n')<cr>
2012-11-20 20:29:39 +01:00
..
repeat.vim Go back to using feedkeys() 2012-11-20 20:29:39 +01:00