mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-12-08 04:54:52 +08:00
This was a mistake. I took --paginate to be the opposite of --no-pager, but it forces $PAGER over $GIT_PAGER and pager configuration. This defeats the purpose of using it as way to trick :Git into running a regular command with :terminal. References https://github.com/tpope/vim-fugitive/issues/1415