Unfold everything before starting playback.

fixes issue 9
This commit is contained in:
Steve Losh 2010-10-20 18:43:43 -04:00
parent 011f902ac7
commit 7461384593

View File

@ -770,6 +770,7 @@ function! s:GundoPlayTo()
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():