Open fold when jumping to commit from blame

This commit is contained in:
Tim Pope 2012-04-01 13:17:13 -04:00
parent e142a27ab8
commit e8e497eb83

View File

@ -1585,7 +1585,7 @@ function! s:BlameCommit(cmd) abort
let offset -= 1 let offset -= 1
endif endif
endwhile endwhile
return '' return 'if foldlevel(".")|foldopen!|endif'
endif endif
endwhile endwhile
execute head execute head