From 2562ab7ae82412ecd8f01f417e559e934fb9265d Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Fri, 12 Nov 2010 21:01:55 -0500 Subject: [PATCH] Change the help text to make unit testing easier. Lame. --- plugin/gundo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/gundo.vim b/plugin/gundo.vim index 5f3d7bd..47c7df3 100644 --- a/plugin/gundo.vim +++ b/plugin/gundo.vim @@ -428,7 +428,7 @@ def _undo_to(n): INLINE_HELP = '''\ -" Gundo for %s [%d] +" Gundo for %s (%d) " j/k - move between undo states " p - preview diff of selected and current states " - revert to selected state