mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-01-21 10:32:12 +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