mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 21:33:53 -05:00
I'm quite eager to kill the "chomp" functions, as they're the last use of system(). However, the successor, FugitiveExecute(), is only a year old, and isn't a drop-in replacement. So let's bring them back for awhile to avoid the need for a massive conditional to give backwards compatibility. The rest are pretty benign to support, so I guess they can stick around until the band-aid is officially ripped off.