mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-12-06 20:24:37 +08:00
This correctly handles the case of multiple consecutive nulls (which I don't think Git every produces in practice) and also the case of a bogus newline at the end (which seems to happen with PowerShell). References https://github.com/tpope/vim-fugitive/pull/1783