Unfold everything before starting playback.
fixes issue 9
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Wed, 20 Oct 2010 18:43:43 -0400 | 
    
    
    
        | parents | 
        d625599c4667 
 | 
    
    
        | children | 
        0577b819d8db
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        plugin/gundo.vim  | 
    
Changes
    
--- a/plugin/gundo.vim	Wed Oct 20 18:43:15 2010 -0400
+++ b/plugin/gundo.vim	Wed Oct 20 18:43:43 2010 -0400
@@ -770,6 +770,7 @@
     let target_num = matchstr(target_line, '\v[0-9]+')
     let back = bufwinnr(g:gundo_target_n)
     exe back . "wincmd w"
+    normal zR
 
 python << ENDPYTHON
 def GundoPlayTo():