mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-04-24 16:32:38 +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