Open fold when jumping to commit from blame
This commit is contained in:
parent
e142a27ab8
commit
e8e497eb83
@ -1585,7 +1585,7 @@ function! s:BlameCommit(cmd) abort
|
||||
let offset -= 1
|
||||
endif
|
||||
endwhile
|
||||
return ''
|
||||
return 'if foldlevel(".")|foldopen!|endif'
|
||||
endif
|
||||
endwhile
|
||||
execute head
|
||||
|
Loading…
Reference in New Issue
Block a user