repeat.vim 1.1

* Fix adding trailing spaces when 've' is not empty.
* Don't increment b:changedtick, offer invalidate instead.
* Support repetition with original register.
* Don't clobber existing U map.
* Respect 'foldopen' on undo.
* Allow customizing all mappings.
This commit is contained in:
Tim Pope 2013-01-01 00:17:12 -05:00
parent 8ee7450812
commit a81bef7603

View File

@ -1,6 +1,6 @@
" repeat.vim - Let the repeat command repeat plugin maps " repeat.vim - Let the repeat command repeat plugin maps
" Maintainer: Tim Pope " Maintainer: Tim Pope
" Version: 1.0 " Version: 1.1
" GetLatestVimScripts: 2136 1 :AutoInstall: repeat.vim " GetLatestVimScripts: 2136 1 :AutoInstall: repeat.vim
" Installation: " Installation: