From a81bef76031ca1c71766b516417480caeb01c932 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 1 Jan 2013 00:17:12 -0500 Subject: [PATCH] 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. --- autoload/repeat.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/repeat.vim b/autoload/repeat.vim index dbbae7d..e8fe723 100644 --- a/autoload/repeat.vim +++ b/autoload/repeat.vim @@ -1,6 +1,6 @@ " repeat.vim - Let the repeat command repeat plugin maps " Maintainer: Tim Pope -" Version: 1.0 +" Version: 1.1 " GetLatestVimScripts: 2136 1 :AutoInstall: repeat.vim " Installation: