mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-05-16 13:35:03 +08:00
80aa8a9aea
When the line is reverse-blamed to an *immediate* child of the current commit it is shown as `^commit` in the reverse blame output. In this case we still need to open the child of this commit since it will be a commit removing the line. Closes https://github.com/tpope/vim-fugitive/issues/1359