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
|
let offset -= 1
|
||||||
endif
|
endif
|
||||||
endwhile
|
endwhile
|
||||||
return ''
|
return 'if foldlevel(".")|foldopen!|endif'
|
||||||
endif
|
endif
|
||||||
endwhile
|
endwhile
|
||||||
execute head
|
execute head
|
||||||
|
|||||||
Reference in New Issue
Block a user