vim-repeat/autoload
Andrew Radev d8f7fe7598 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-24 00:23:14 -05:00
..
repeat.vim Go back to using feedkeys() 2012-11-24 00:23:14 -05:00