mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 21:33:53 -05:00
If a line number is given, browse to the commit on that line. Otherwise, browse to the file, same as if called from the original buffer. It would probably make more sense to open the corresponding blame page on providers that support it, but that will have to wait on an API change. References https://github.com/tpope/vim-fugitive/issues/1214