# HG changeset patch # User Steve Losh # Date 1288384533 14400 # Node ID 6a58cd3cb6616c993a929dddf858cbf28e023987 # Parent db07b11bf46d9674903daaabf742e607258e5463 gundo.vim: Update documentation. diff -r db07b11bf46d -r 6a58cd3cb661 gundo.vim/index.html --- a/gundo.vim/index.html Fri Oct 29 16:33:53 2010 -0400 +++ b/gundo.vim/index.html Fri Oct 29 16:35:33 2010 -0400 @@ -54,7 +54,7 @@

You know that Vim lets you undo changes like any text editor. What you might - not know is that it doesn't just keep a list of your changes -- it keeps + not know is that it doesn't just keep a list of your changes — it keeps a goddamed tree of them.

@@ -205,7 +205,7 @@ Pressing P while on a state will initiate "play to" mode targeted at that state. This will replay all the changes between your current state and the target, with a slight pause after each change. It's mostly useless, but can be - fun to watch and see where your editing lags -- that might be a good place to + fun to watch and see where your editing lags — that might be a good place to define a new mapping to speed up your editing.