gundo.vim: Update documentation.
    
        | author | Steve Losh <steve@dwaiter.com> | 
    
        | date | Fri, 29 Oct 2010 16:35:33 -0400 | 
    
    
        | parents | db07b11bf46d | 
    
        | children | 63383a27b03d | 
    
        | branches/tags | (none) | 
    
        | files | gundo.vim/index.html | 
Changes
    
--- 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 @@
 
                 <p>
                     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 <a href="http://vim.wikia.com/wiki/Using_undo_branches">tree</a> of them.
                 </p>
 
@@ -205,7 +205,7 @@
                     Pressing <code>P</code> 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.
                 </p>