mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 05:43:52 -05: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