mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 13:23:52 -05:00
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