mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-04-27 17:31:26 +08:00
d6809e9ee4
Since stdout can contain arbitrary user data, let's touch it as little as possible. When using a pty, this has no effect, as everything goes through stdout, but I aim to move handle --paginate with this same pipeline, and that will not use a pty.