mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 05:13:53 -05:00
Best I can tell the ability to pass a line number or tab number argument has never been used. Cleaning this up in anticipating of adding actually useful arguments, and in anticipation of that, I'm preemptively making ReloadWinStatus() blindly relay any arguments to ReloadStatusBuffer(). References: https://github.com/tpope/vim-fugitive/issues/2207