mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 05:43:52 -05:00
Open fold when jumping to commit from blame
This commit is contained in:
@@ -1585,7 +1585,7 @@ function! s:BlameCommit(cmd) abort
|
||||
let offset -= 1
|
||||
endif
|
||||
endwhile
|
||||
return ''
|
||||
return 'if foldlevel(".")|foldopen!|endif'
|
||||
endif
|
||||
endwhile
|
||||
execute head
|
||||
|
||||
Reference in New Issue
Block a user