mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 22:33:51 -05: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